The FormSpec type exposes the following members.

Constructors

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member FromSpecCmdTaggedOutput
Create a FormSpec from the tagged output of the 'spec' command
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSpecFieldDataType
Return the SpecFieldDataType associated with a key in a formspec
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Comments
a single (possibly rather long) string (which may contain embedded newlines) containing comments to be optionally used in GUI or other representations of the form type.
Public property FieldMap
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
Public property Fields
List of all SpecField objects for all fields defined for this Form type.
Public property Formats
List of "formats" for this form type.
Public property Presets
Map, keyed by SpecField name, containing preset (default) values for specific form fields.
Public property Values
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
Public property Words
List of "words" for this form type.

See Also