The DataNavigator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataNavigator | Initializes a new instance of the DataNavigator class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateNavigator | Creates navigator for the given object. |
![]() ![]() | CreateRangeNavigator | Create mock navigator for given range. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetChildNavigators | Returns list of nested navigators. |
![]() | GetFieldNavigator | Returns navigator for specified field. |
![]() | GetFieldValue | Gets field value. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetList | Returns data list. |
![]() ![]() | GetRecordChildNavigators | Returns list of nested navigators. |
![]() ![]() | GetRecordFieldValue | Gets property value. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetTypePropertiesDescriptors | Get properties list. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveNext | Moves navigator to the next record. |
![]() | Reset | Resets navigator state. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Current | Gets current object. |
![]() | FirstRecord | Gets first record. |
![]() | HasMoreItems | Gets if navigator has more records. |
![]() | Item | Gets field value. |
![]() | Name | Gets or sets navigator name. |
![]() | PropogateMode | Gets or sets propogate mode. |
![]() | RecordNumber | Gets current record number. |
![]() | ValidRecord | Gets any valid record. |