ESRI.ArcGIS.Mobile.Client
Field Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Field Class


The following tables list the members exposed by Field.

Public Constructors

 NameDescription
Public ConstructorField Constructor Creates a new instance  
Top

Public Properties

 NameDescription
Public PropertyCollectAutoFillValueType Gets or Sets the type value to be auto polulated for this field  
Public PropertyDataType Gets the Datatype of the field  
Public PropertyEditCaption Gets or sets the Caption of the edit field.  
Public PropertyIsCollectable Determines if the Field is collectable.  
Public PropertyIsSearchable Determines if the Field is Searchable.  
Public PropertyIsUpdatable Determines if the Field is Updatable.  
Public PropertyIsViewable Determines if the Fiels Viewable.  
Public PropertyName Gets the name of the field.  
Public PropertyUpdateAutoFillValueType Gets or Sets the type value to be auto polulated for this field  
Public PropertyViewCaption Gets or sets the Caption of the view field.  
Top

Public Methods

 NameDescription
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodReadJson Generates an object from its JSON representation.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodWriteJson Converts an object into its JSON representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodNotifyPropertyChanged Called when changing the value of a property.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Raise this event when the value of a property is changed.  
Top

See Also