The CustomFieldInfo type exposes the following members.

Constructors

  NameDescription
Public methodCustomFieldInfo
Initializes a new instance of the CustomFieldInfo class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetValueTypeFromFieldType
Gets the object type this field represents
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyFieldKey
Public propertyFieldLabel
Public propertyFieldName
Public propertyFieldType
What type of data the field contains
Public propertyValue
The value of the field. Note it will need to be cast to its actual value to be used
Public propertyValueStr
The string value of the field
Public propertyValueType
The type of the field

Events

  NameDescription
Public eventValueChanged

See Also