The following tables list the members exposed by FeatureSourceInfo.
Name | Description | |
---|---|---|
![]() | AllowAttachments | Indicates whether this Feature Source attachments can be viewed/edited by the client application |
![]() | AllowDelete | True to delete existing feature |
![]() | AllowEdit | True to edit existing feature data |
![]() | AllowGeometryEdit | True to edit existing geomtery |
![]() | AllowNew | True to create new features |
![]() | CacheMapLayerInfo | The Feature service info that this feature layer info exists in. |
![]() | CanCreate | 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. |
![]() | CanEdit | 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. |
![]() | DownloadUpdates | If true will automatically get data from server for this layer when user synchronize from mobile client. |
![]() | ExtendedProperties | Gets the list of ExtendedProperties for this FeatureSourceInfo. |
![]() | FeatureSource | The Mobile Cache Layer in the mobile service that the layer info corresponds to. |
![]() | FeatureTypes | The collection of feature types that exist in the associated feature layer. |
![]() | Fields | Gets the fields in the layer. |
![]() | MobileCacheMapLayerDefinition | The mobile cache map layer definition that this feature layer info corresponds to. |
![]() | MobileCacheMapLayerInfo | The mobile service info that this feature layer info exists in. |
![]() | Name | The name of the layer. |
![]() | OperationId | Gets or Sets the Feature Source Operation Id in the application |
![]() | Queryable | Gets a value indicating if a FeatureSource can be queried. |
![]() | Visible | Gets a value indicating if a FeatureSource is visible on the map. |
Name | Description | |
---|---|---|
![]() | FindExtendedProperty | Finds the first extended property of a given type. |
![]() | GetCollectableFields | Gets the collectable fields in the layer. |
![]() | GetDisplayableColumnNames | Returns an array of field names that are visible within the feature layer. |
![]() | GetEditableColumnNames | Returns an array of field names that can be edited within the feature layer. |
![]() | GetEditableFields | Gets the editable fields in the layer. |
![]() | GetFeatures | Overloaded. Queries the MobileCache and returns a collection of light-weight Feature objects. |
![]() | GetFieldDisplayCaption | Returns the caption to display for the given field when viewing. |
![]() | GetFieldEditCaption | Returns the caption to display for the given field when editing. |
![]() | GetSchema | This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. |
![]() | GetSearchableColumnNames | Returns an array of field names within the feature layer that a search may be performed against. |
![]() | GetUpdatableFields | Gets the updatable fields in the layer. |
![]() | GetViewableFields | Gets the viewable fields in the layer. |
![]() | IsFieldEditable | Returns whether the given field can be edited. |
![]() | IsFieldSearchable | Returns whether a search may be performed against the given field. |
![]() | IsFieldViewable | Returns whether or not the given field in this feature layer should be visible. |
![]() | 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 | |
---|---|---|
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |