MemberColumn Class

Specifies a hierarchy member column.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.UserHierarchiesMemberColumn

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class MemberColumn

The MemberColumn type exposes the following members.

Constructors
  NameDescription
Public methodMemberColumn(Guid, MemberColumnTypes)
Initializes a new instance of the MemberColumn class.
Public methodMemberColumn(String, MemberColumnTypes)
Initializes a new instance of the MemberColumn class.
Top
Properties
  NameDescription
Public propertyCaption
Gets the column caption.
Public propertyColumnId
Gets the ID of the column.
Public propertyColumnType
Gets or sets the type of the column.
Public propertyDataType
Gets the data type of the column.
Public propertyUniqueName
Gets the unique name of the column.
Top
See Also