The DataField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataField |
Initializes a new instance of the DataField class for use in a
requesting dataform.
|
Methods
Name | Description | |
---|---|---|
![]() | AssertType |
Asserts the data-field is of the specified type.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a textual XML representation of the data-field.
(Overrides Object..::..ToString()()()().) |
![]() | ToXmlElement |
Returns an XmlElement instance representing the data-field.
|
Fields
Name | Description | |
---|---|---|
![]() | element |
The underlying XML element representing the data-field.
|
Properties
Name | Description | |
---|---|---|
![]() | Description |
A natural-language description of the field, intended for presentation
in a user-agent.
|
![]() | Label |
A human-readable name for the field.
|
![]() | Name |
The name of the field.
|
![]() | Required |
Determines whether the field is required to fill out, or optional.
|
![]() | Type |
The type of the field or null if no type has been specified.
|
![]() | Values |
Returns a collection of the data-field's values.
|