DataDynamicMemberInstance Members
Include Protected Members
Include Inherited Members
Represents a dynamic instance of a DataMember object.
The DataDynamicMemberInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetInstanceIndex() | Gets the current instance index. | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
MoveNext() | Moves the context to the next instance. | |
ResetContext() | Resets the instance index to before the first instance. | |
ResetInstanceCache() | Infrastructure. (Inherited from DataMemberInstance.) | |
SetInstanceIndex(Int32) | Sets current index to the specified instance index. | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_currentContext | Infrastructure. | |
m_isNewContext | Infrastructure. | |
m_memberDef | Infrastructure. (Inherited from DataMemberInstance.) | |
m_owner | Infrastructure. (Inherited from DataMemberInstance.) |
Top