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


The following tables list the members exposed by Project.

Public Properties

 NameDescription
Public PropertyAreaofInterests This property is used by Sync agents to determine which extents to download data for.  
Public PropertyCurrentGpsAveragingSettings Gets current GpsAveragingSettings.  
Public PropertyCurrentGpsQualityFilter Gets the curent GpsQualityFilter.  
Public PropertyCurrentGpsStreamingSettings Gets the current settings for GPS streaming.  
Public PropertyDefaultGpsAveragingSettings Gets the default GpsAveragingSettings.  
Public PropertyDefaultGpsQualityFilter Gets the default GpsQualityFilter.  
Public PropertyDefaultGpsStreamingSettings Gets the default settings for GPS streaming.  
Public PropertyFeatureTypeDictionary Gets the dictionary of FeatureTypes for the Project.  
Public PropertyFullExtent Gets the maximum extent of all the project data sources.  
Public PropertyHomePage Gets or sets the home page for the project. This is the first page shown after a project is opened and all of the StartPages have been shown.  
Public PropertyIdentityManager get/set Project's IdentityManager  
Public PropertyInitialized Gets a value that indicates whether this Project has been Initialized.  
Public PropertyMapLayerInfos Gets the MapLayerInfos associated with this project.  
Public PropertyProjectDetails Project Details  
Public PropertyProjectExtensions Gets the ProjectExtensions contained in this Project  
Public PropertySpatialReference Gets the spatial reference of the project.  
Public PropertyStartPages Gets the list of pages to initially display when a project is opened but before the home page is displayed.  
Public PropertyTasks Gets the Tasks associated with this Project.  
Public PropertyViewMapTask Gets the WorkMapTask for the project, if there is one.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all resources used by this instance.  
Public MethodEnumerateAnnotationSources Enumerates the AnnotationSources in the data sources of the project  
Public MethodEnumerateCacheMapLayerInfos Enumerates the FeatureServiceMapLayerInfo from the MapLayerInfos.  
Public MethodEnumerateFeatureSourceInfos Enumerates the FeatureSources in the data sources of the project  
Public MethodEnumerateFeatureSources Enumerates the FeatureSources in the data sources of the project  
Public MethodEnumerateMobileCacheMapLayerInfos Enumerates the MobileCacheMapLayerInfos from the MapLayerInfos.  
Public MethodFindFeatureSourceOverloaded.  Finds the first FeatureSource with a specified name in the MapLayers  
Public MethodFindFeatureSourceInfoOverloaded.  Finds the FeatureSourceInfo represented by a specified FeatureSource.  
Public MethodGetFeatureTypesOverloaded.  Returns the FeatureTypes that meet a specified Filter.  
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

Public Events

 NameDescription
Public EventFeatureAttachmentsChanged Raised when an attachment assoicated with a feature is either added, deleted or when edits are canceled.  
Public EventFeaturesChanged Occurs when a feature in one of the MobileCache changes  
Public EventMapLayerInfosChanged Occurs when a MapLayerInfo is added or removed from the project.  
Top

See Also