The following tables list the members exposed by Field.
Name | Description | |
---|---|---|
![]() | Field Constructor | Creates a new instance |
Name | Description | |
---|---|---|
![]() | CollectAutoFillValueType | Gets or Sets the type value to be auto polulated for this field |
![]() | DataType | Gets the Datatype of the field |
![]() | EditCaption | Gets or sets the Caption of the edit field. |
![]() | IsCollectable | Determines if the Field is collectable. |
![]() | IsSearchable | Determines if the Field is Searchable. |
![]() | IsUpdatable | Determines if the Field is Updatable. |
![]() | IsViewable | Determines if the Fiels Viewable. |
![]() | Name | Gets the name of the field. |
![]() | UpdateAutoFillValueType | Gets or Sets the type value to be auto polulated for this field |
![]() | ViewCaption | Gets or sets the Caption of the view field. |
Name | Description | |
---|---|---|
![]() | GetSchema | This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. |
![]() | ReadJson | Generates an object from its JSON representation. |
![]() | ReadXml | Generates an object from its XML representation. |
![]() | WriteJson | Converts an object into its JSON representation. |
![]() | WriteXml | Converts an object into its XML representation. |
Name | Description | |
---|---|---|
![]() | NotifyPropertyChanged | Called when changing the value of a property. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Raise this event when the value of a property is changed. |