The FormSpec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FormSpec()()()() |
Create an empty FormSpec
|
![]() |
FormSpec(List<(Of <<'(SpecField>)>>), Dictionary<(Of <<'(String, String>)>>), List<(Of <<'(String>)>>), List<(Of <<'(String>)>>), Dictionary<(Of <<'(String, String>)>>), Dictionary<(Of <<'(String, String>)>>), String) |
Create a FormSpec
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() ![]() |
FromSpecCmdTaggedOutput |
Create a FormSpec from the tagged output of the 'spec' command
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSpecFieldDataType | |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
FieldMap |
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
|
![]() |
Fields |
List of all SpecField objects for all fields defined for this Form type.
|
![]() |
Formats |
List of "formats" for this form type.
|
![]() |
Presets |
Map, keyed by SpecField name, containing preset (default) values for specific form fields.
|
![]() |
Values |
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
|
![]() |
Words |
List of "words" for this form type.
|