The BooleanField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BooleanField(String, Boolean) |
Initializes a new instance of the BooleanField class for use in a
submitting dataform.
| |
BooleanField(String, Boolean, String, String, Nullable<(Of <<'(Boolean>)>>)) |
Initializes a new instance of the BooleanField 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.) | |
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.) | |
Value |
The value of the field. If no choice has been made, this may be null.
| |
Values |
Returns a collection of the data-field's values.
(Inherited from DataField.) |