PagePorter Class Library

Metadata Members

Metadata overview

Public Static (Shared) Fields

HiddenUI The access class for a hidden variable.
ReadOnlyUI The access class for a read-only variable.
ReadWriteUI The access class for a read-write variable.

Public Static (Shared) Methods

EqualsOverloaded. Determines whether two specified Metadata objects have the same values.

Public Instance Constructors

Metadata Overloaded. Constructs a Metadata object.

Public Instance Properties

AllNames Returns a string array containing the names of all of the variables in the collection.
Count Returns the number of variables in the collection.
DefaultAccessClass Gets or sets the default access class for unspecified variables.
FileName Gets or sets the filename of the .cnf file used to persist the collection.

Public Instance Methods

Clear Removes all variables from the collection.
EqualsOverloaded. Determines whether two Metadata objects have the same values.
GetAccessClass Returns the access class value for a variable.
GetHashCode Returns the hash code for this instance.
GetNamesOverloaded. Returns an array of variable names that match the access class.
GetType (inherited from Object)Gets the Type of the current instance.
GetValueOverloaded. Returns the value of a variable in the collection.
GetValueVti Returns the value of a variable in the collection using a vti-encoded string.
NameExists Determines whether a variable exists in the collection.
OpenFileOverloaded. Reads the .cnf file into the variable collection.
Parse Parses a standard vti-format string and sets a name/value pair variable in the collection.
RemoveValue Removes a variable from the collection.
SaveFileOverloaded. Writes the .cnf file with the current values in the collection.
SetValueOverloaded. Sets the value of a variable in the collection.
SetValueVti Sets the value of a variable in the collection using a vti-encoded string.
ToStringOverloaded. Returns a string representing an object.

Protected Instance Methods

Construct Protected constructor used by the public constructors.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
ObjectToString Converts an object into a vti-compatible string.
ParseLine Parses in input line into the variable name and the string value.
ParseObj Parses a string value into an object and an accessClass character.
UnescapeString Reverses the escape procedure on a string.
ValueToString Converts a variable value into a complete vti-compatible string.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace