ArcGIS API for Silverlight - Library Reference
FeatureLayerInfo Class Members
See Also  Properties  Methods  Send comments on this topic
ESRI.ArcGIS.Client.FeatureService Namespace : FeatureLayerInfo Class


The following tables list the members exposed by FeatureLayerInfo.

Public Properties

 NameDescription
public PropertyAllowGeometryUpdatesReturns true if editing geometry is allowed.  
public PropertyCanModifyLayer Gets the value indicating whether this layer supports modifying its renderer, data source, or join information.  
public PropertyCanScaleSymbols Gets the value indicating whether this layer renders its symbols based on scale.  
public PropertyCapabilities Gets the capabilities of the feature layer.  
public PropertyCopyrightText The copyright text for the layer. Map service layer only.  
public PropertyDefaultSpatialReference The spatial reference of the layer. Feature Service layer only.  
public PropertyDefaultVisibilityReturns true if layer draws by default.  
public PropertyDefinitionExpression The definition expression. Map Service layers only.  
public PropertyDescription Layer description. Map Service layers only.  
public PropertyDisplayField The name of the field that has the feature's description. Map service layer only.  
public PropertyEditFieldsInfo Gets the edit fields info. If a layer has editor tracking enabled, its EditFieldsInfo property will include information about editor tracking fields: creationDateField, creatorField, editDateField and editorField.  
public PropertyEffectiveMaxScale Returns effective maximum scale calculated based on the maximum scale of the current layer and its ancestors. This represent the effective maximum scale at which the layer is visible.  
public PropertyEffectiveMinScale Returns effective minimum scale calculated based on the mininum scale of the current layer and its ancestors. This represent the effective minimum scale at which the layer is visible.  
public PropertyEnableZDefaultsReturns true if editing has a default Z value.  
public PropertyExtent The extent of the layer. Map service layer only.  
public PropertyFeatureTypes The sub-types of features in this layer indexed by feature type ID.  
public PropertyFields The fields in the layer.  
public PropertyGeometryType The geometry type of the graphics in the layer.  
public PropertyGlobalIdField The name of the field that has the Global ID for the feature. Feature Service layer only.  
public PropertyHasAttachmentsIndicates whether the features can store attachments. False if it is a map service layer.  
public PropertyHasLabels Gets the value indicating whether this layer has labels.  
public PropertyHasMReturns true if layer supports M values.  
public PropertyHasZReturns true if layer supports Z values.  
public PropertyId The ID of the layer.  
public PropertyIsAddAllowed Gets a value indicating whether new features can be created in this feature layer instance.  
public PropertyIsDataVersioned Indicates if the layer is versioned. Feature Service layers only.  
public PropertyIsDeleteAllowed Gets a value indicating whether features can be deleted from this feature layer instance.  
public PropertyIsReadOnly Gets a value indicating whether this instance is editable or not.  
public PropertyIsUpdateAllowed Gets a value indicating whether features and attachments (if any) can be updated in this feature layer instance.  
public PropertyMaximumScale The maximum scale in which this layer can be viewed.  
public PropertyMaxRecordCount Gets the max record count.  
public PropertyMinimumScale The minimum scale in which this layer can be viewed.  
public PropertyName The name of the layer  
public PropertyObjectIdField The name of the field that has the Object ID for the feature. Feature Service layer only.  
public PropertyOwnershipBasedAccessControl Gets the ownership based access control. If ownership-based access control is enabled on features, OwnershipBasedAccessControl property of a layer will include AllowOthersToUpdate and AllowOthersToDelete properties.  
public PropertyRelationships Gets the relationships for the layer.  
public PropertyRenderer The renderer used for determining feature symbols.  
public PropertySupportsAdvancedQueries Gets the value indicating whether this layer supports advanced queries.  
public PropertySupportsStatistics Gets the value indicating whether this layer supports statistics.  
public PropertyTemplates For layers without sub-types, the templates of features.  
public PropertyTimeInfo The time info for this layer.  
public PropertyType The type of the layer. "Table" if just a table. "Feature Layer" for feature layers.  
public PropertyTypeIdField The name of the field that has the Type ID for the feature. Feature Service layer only.  
public PropertyZDefault Default Z value of points added. NaN if not set/supported.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)FromJson Deserializes the JSON string to FeatureLayerInfo.  
public MethodToJson Serializes the FeatureLayerInfo to JSON.  
Top

See Also

© ESRI, Inc. All Rights Reserved.