The ListMultiField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListMultiField(String, array<String>[]()[][]) |
Initializes a new instance of the ListMultiField class for use in a
submitting dataform.
|
![]() | ListMultiField(String, Boolean, String, String, IEnumerable<(Of <<'(Option>)>>), array<String>[]()[][]) |
Initializes a new instance of the ListField class for use in a
requesting dataform.
|
Methods
Name | Description | |
---|---|---|
![]() | AssertType |
Asserts the data-field is of the specified type.
(Inherited from DataField.) |
![]() | 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.
(Inherited from DataField.) |
![]() | ToXmlElement |
Returns an XmlElement instance representing the data-field.
(Inherited from DataField.) |
Fields
Name | Description | |
---|---|---|
![]() | element |
The underlying XML element representing the data-field.
(Inherited from DataField.) |
Properties
Name | Description | |
---|---|---|
![]() | Description |
A natural-language description of the field, intended for presentation
in a user-agent.
(Inherited from DataField.) |
![]() | Label |
A human-readable name for the field.
(Inherited from DataField.) |
![]() | Name |
The name of the field.
(Inherited from DataField.) |
![]() | Options |
Gets an enumerable collection of options.
|
![]() | Required |
Determines whether the field is required to fill out, or optional.
(Inherited from DataField.) |
![]() | Type |
The type of the field or null if no type has been specified.
(Inherited from DataField.) |
![]() | Values |
Gets an enumerable collection of selected values.
|