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


The following tables list the members exposed by CrewMemberFeature.

Public Constructors

 NameDescription
Public ConstructorCrewMemberFeature Constructor This constructor should never be called and is only supplied to fix a genasm bug.  
Top

Public Properties

 NameDescription
Public PropertyAttachmentAttribute Gets the Attachment Attribute if the Feature supports Attachment Collection. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyCanEdit Indicates whether or not the feature can be modified or deleted in the application user-interface. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyDisplayEditState Same as EditState except with Resources.Status + ": " in front of it. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyDisplayName Same as Name, except if Name is null, empty or whitespace we return Resources.Nothing. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyDistanceFromGps The distance in map units from the crew member to the current GPS location.  
Public PropertyEditState Gets the EditState of this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyFeatureDataRow Gets the corresponding FeatureDataRow when the Feature is in an edit state. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyFeatureSource Gets the FeatureSource this Feature is from. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyFeatureSourceInfo Gets the FeatureSourceInfo this Feature is from. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyFeatureType Gets the FeatureType of this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyGeometry Gets the Geometry of this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyGeometryAttribute Gets the Geometry Attrbute. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyHasErrors Indicates whether any modifications made to the feature contain any errors. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyHasValidAttributes Indicates whether any modifications made to any attributes/columns other than the geometry column contain any errors. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyHasValidGeometry Indicates whether the Geometry in the row is not null and is valid. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyHelpStrings Gets the HelpStrings associated with this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyIsActive Indicates whether the user has updated their location recently.  
Public PropertyIsEditing Indicates whether or not we are currently modifying the attribute values of the feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyIsNew Indicates whether or not the feature is a new feature (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyObjectId Gets the ObjectId associated with this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertySwatch Gets the swatch of the FeatureType. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public PropertyTimeStamp Gets the last time that a position was reported for this crew member.  
Public PropertyUserId Gets the UserId of the crew member.  
Top

Public Methods

 NameDescription
Public MethodAddAttachmentItem Add an attachment item (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodBeginEdit Begins an individual editing operation. After desired changes have been made, call EndEdit() to save the changes or CancelEdit() to rollback any edits since BeginEdit() was called. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodCancelEdit Restores the associated feature data row to its state prior to the call to BeginEdit(). You still must call StopEditing() when done editing the feature in order to detach from the feature data row. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodDelete Deletes the feature data row corresponding to this feature and saves the changes to the feature layer. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodDeleteAttachmentItem Delete an attachment item (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodEndEdit Commits any edits made since the previous call to BeginEdit(). You still must call StopEditing() when done editing the feature in order to detach from the feature data row. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetAttachmentItems List of Attachment Items (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetAttributes Returns a collection of feature attributes for this feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetCollectableAttributes Returns a collection of feature attributes that are collectable. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetDataRow Returns a feature data row associated with the feature that contains the requested set of columns. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetDeletedAttachments List of Deleted Attachment Items (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetEditableAttributesOverridden.  Returns a collection of feature attributes that are editable.  
Public MethodGetEditableDataReader Returns a FeatureDataReader that represents this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetReadOnlyDataReader Returns a FeatureDataReader that represents this Feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public Methodstatic (Shared in Visual Basic)GetRequiredColumnsForCrewMemberFeature Returns the required columns that a Feature requires in a FeatureDataRow. I.e., the fields required to determine the ObjectId, FeatureType, and DisplayName.  
Public MethodGetUpdatableAttributes Returns a collection of feature attributes that are Updatable. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodGetViewableAttributes Returns a collection of feature attributes that are viewable. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodRefresh Updates the properties of the Feature based upon the current state of the data source (i.e., the feature layer). (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodSaveEdits Saves all changes to the feature to the feature data table. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodStartEditing Begins editing a feature by attaching to the feature data row. This must be called before BeginEdit() can be called. When editing is finished, call SaveEdits() (optional) to save the edits to the table and finally call StopEditing() to release the reference to the feature data row. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodStopEditing Ends the overall editing of the feature. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Public MethodValidate Determines whether a value in the row for a specified column is valid. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Top

Protected Methods

 NameDescription
Protected MethodGetRequiredColumnNamesOverridden.  Returns the required columns that a Feature requires in a FeatureDataRow. I.e., the fields required to determine the ObjectId, FeatureType, and DisplayName.  
Protected MethodOnPropertyChanged Call this from derived classes when a property is changed to fire the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Protected MethodSetPropertiesOverloaded. Overridden.  Sets the properties on the feature.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.Client.Feature)
Top

See Also