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


The following tables list the members exposed by IdentityManager.

Public Constructors

 NameDescription
Public ConstructorIdentityManager Constructor Instantiates an IdentityManager object.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public PropertyCurrentIdentity Gets/Sets current identity  
Public PropertyFeatureSourceInfo Gets the FeatureSourceInfo  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Top

Protected Properties

 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodQueryIdentities Get the identities from cache.  
Public MethodRefreshIdentities Refresh Identities from Server.  
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Top

Protected Methods

 NameDescription
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Protected MethodInsertItemOverridden.  Overrides InsertItem Method  
Protected MethodRemoveItemOverridden.  Overrides RemoveItem.  
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.Collection<Identity>)
Top

Public Events

 NameDescription
Public EventCurrentIdentityChanged Event that fires when Current Identity changed.  
Top

See Also