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


The following tables list the members exposed by FeatureSourceInfo.

Public Properties

 NameDescription
Public PropertyAllowAttachments Indicates whether this Feature Source attachments can be viewed/edited by the client application  
Public PropertyAllowDelete True to delete existing feature  
Public PropertyAllowEdit True to edit existing feature data  
Public PropertyAllowGeometryEdit True to edit existing geomtery  
Public PropertyAllowNew True to create new features  
Public PropertyCacheMapLayerInfo The Feature service info that this feature layer info exists in.  
Public PropertyCanCreate Indicates whether or not new features may be created within the given feature layer by the application. I.e., the underlying feature layer itself allows new features to be created and our Editable property is true.  
Public PropertyCanEdit Indicates whether or not the given feature layer can be edited in the application. I.e., if the underlying feature layer itself can be modified and our Editable property is true.  
Public PropertyDownloadUpdates If true will automatically get data from server for this layer when user synchronize from mobile client.  
Public PropertyExtendedProperties Gets the list of ExtendedProperties for this FeatureSourceInfo.  
Public PropertyFeatureSource The Mobile Cache Layer in the mobile service that the layer info corresponds to.  
Public PropertyFeatureTypes The collection of feature types that exist in the associated feature layer.  
Public PropertyFields Gets the fields in the layer.  
Public PropertyMobileCacheMapLayerDefinition The mobile cache map layer definition that this feature layer info corresponds to.  
Public PropertyMobileCacheMapLayerInfo The mobile service info that this feature layer info exists in.  
Public PropertyName The name of the layer.  
Public PropertyOperationId Gets or Sets the Feature Source Operation Id in the application  
Public PropertyQueryable Gets a value indicating if a FeatureSource can be queried.  
Public PropertyVisible Gets a value indicating if a FeatureSource is visible on the map.  
Top

Public Methods

 NameDescription
Public MethodFindExtendedProperty Finds the first extended property of a given type.  
Public MethodGetCollectableFields Gets the collectable fields in the layer.  
Public MethodGetDisplayableColumnNames Returns an array of field names that are visible within the feature layer.  
Public MethodGetEditableColumnNames Returns an array of field names that can be edited within the feature layer.  
Public MethodGetEditableFields Gets the editable fields in the layer.  
Public MethodGetFeaturesOverloaded.  Queries the MobileCache and returns a collection of light-weight Feature objects.  
Public MethodGetFieldDisplayCaption Returns the caption to display for the given field when viewing.  
Public MethodGetFieldEditCaption Returns the caption to display for the given field when editing.  
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodGetSearchableColumnNames Returns an array of field names within the feature layer that a search may be performed against.  
Public MethodGetUpdatableFields Gets the updatable fields in the layer.  
Public MethodGetViewableFields Gets the viewable fields in the layer.  
Public MethodIsFieldEditable Returns whether the given field can be edited.  
Public MethodIsFieldSearchable Returns whether a search may be performed against the given field.  
Public MethodIsFieldViewable Returns whether or not the given field in this feature layer should be visible.  
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 MethodOnPropertyChanged Raises the PropertyChanged event.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value changes.  
Top

See Also