Share via


TablixDynamicMemberInstance Members

Include Protected Members
Include Inherited Members

Represents a dynamic instance of a TablixMember object.

The TablixDynamicMemberInstance 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 TablixMemberInstance.)
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 TablixMemberInstance.)
Protected field m_owner Infrastructure. (Inherited from TablixMemberInstance.)
Protected field m_visibility Infrastructure. (Inherited from TablixMemberInstance.)

Top

Properties

  Name Description
Public property Visibility Gets the calculated value of the Visibility property in a TablixMember class. (Inherited from TablixMemberInstance.)

Top