ESRI.ArcGIS.Mobile
FeatureDataRecord Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace : FeatureDataRecord Class


The following tables list the members exposed by FeatureDataRecord.

Public Properties

 NameDescription
Public PropertyDisplayColumnIndex Gets the index of the Display Column.  
Public PropertyFeatureSource Gets the parent FeatureSource.  
Public PropertyFidColumnIndex Gets the index of the Fid Column.  
Public PropertyFieldCount Returns the number of fields in the specified record.  
Public PropertyGeometryColumnIndex Gets the index of the Geometry Column.  
Public PropertyGlobalIdColumnIndex Gets the index of the GlobalId Column.  
Public PropertyItemOverloaded.  Gets the column value with the specified name.  
Public PropertyStoredEditState Gets the stored edit state of this feature in the MobileService cache.  
Public PropertySubtypeColumnIndex Gets the index of the Subtype Column.  
Public PropertyUpdated Returns true if the FeatureDataRecord has been updated.  
Top

Public Methods

 NameDescription
Public MethodGetBlob Gets the byte array value of the specified column.  
Public MethodGetBooleanGets the value of the specified field as a Boolean.  
Public MethodGetByte Gets the 8-bit unsigned integer value of the specified column.  
Public MethodGetChar Gets the character value of the specified column.  
Public MethodGetDataTypeName Gets the data type information for the specified column.  
Public MethodGetDateTime Gets the DateTime of the specified column.  
Public MethodGetDecimal Gets the fixed-position numeric value of the specified column.  
Public MethodGetDouble Gets the double-precision floating point number of the specified column.  
Public MethodGetFid Gets the FID for the current record.  
Public MethodGetFieldTypeGets the type information for the field specified by the column index.  
Public MethodGetFloat Gets the float value of the specified column.  
Public MethodGetGeometry Gets the geometry for the current record.  
Public MethodGetGlobalId Gets the GlobalID for the current record.  
Public MethodGetGuidGets the GUID value of the specified column.  
Public MethodGetInt16 Gets the 16-bit signed integer value of the specified column.  
Public MethodGetInt32 Gets the 32-bit signed integer value of the specified column.  
Public MethodGetInt64 Gets the 64-bit signed integer value of the specified column.  
Public MethodGetNameGets a column name by column index.  
Public MethodGetOrdinal Returns the index of the named column.  
Public MethodGetString Gets the string value of the specified column.  
Public MethodGetSubtypeCode Gets the Subtype code for the current record.  
Public MethodGetValue Returns the value of the specified column.  
Public MethodGetValues Gets all the attributes in the collection for the current record.  
Public MethodIsDBNullIndicates whether the specified column is set to null.  
Public MethodSetBlob Sets the byte array value of the specified column.  
Public MethodSetBoolean Sets the value of the specified column as a Boolean.  
Public MethodSetByte Sets the 8-bit unsigned integer value of the specified column.  
Public MethodSetChar Sets the character value of the specified column.  
Public MethodSetDateTime Sets the DateTime of the specified column.  
Public MethodSetDecimalSets the fixed-position numeric value of the specified column.  
Public MethodSetDoubleSets the double-precision floating point number of the specified column.  
Public MethodSetFloat Sets the float value of the specified column.  
Public MethodSetGeometrySet geometry for the current record.  
Public MethodSetGuidSets the GUID value of the specified column.  
Public MethodSetInt16 Sets the 16-bit signed integer value of the specified column.  
Public MethodSetInt32 Sets the 32-bit signed integer value of the specified column.  
Public MethodSetInt64 Sets the 64-bit signed integer value of the specified column.  
Public MethodSetNull Sets the DB Null value of the specified column.  
Public MethodSetString Sets the string value of the specified column.  
Public MethodSetValue Sets the value of the specified column to the passed-in value.  
Public MethodSetValues Sets each of the fields in the specified record to the corresponding value in the specified array.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Finalizes the instance.  
Top

See Also