Open this page in the API Guide

MemberColumn Constructor (Guid, MemberColumnTypes)

Initializes a new instance of the MemberColumn class.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public MemberColumn(
	Guid columnId,
	MemberColumnTypes columnType
)

Parameters

columnId
Type: System.Guid
ID of the column.
columnType
Type: Dundas.BI.Entities.UserHierarchies.MemberColumnTypes
Type of the column.
Exceptions
ExceptionCondition
ArgumentExceptioncolumnId is Empty.
See Also