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
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetInstanceIndex() Gets the current instance index.
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method MoveNext() Moves the context to the next instance.
Public method ResetContext() Resets the instance index to before the first instance.
Protected method ResetInstanceCache() Infrastructure. (Inherited from DataMemberInstance.)
Public method SetInstanceIndex(Int32) Sets current index to the specified instance index.
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_currentContext Infrastructure.
Protected field m_isNewContext Infrastructure.
Protected field m_memberDef Infrastructure. (Inherited from DataMemberInstance.)
Protected field m_owner Infrastructure. (Inherited from DataMemberInstance.)

Top