Open this page in the API Guide

FunctionHierarchyMember Constructor (String, Number, Nullable<Number>, MemberKind)

Initializes a new instance of the FunctionHierarchyMember class.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public FunctionHierarchyMember(
	string caption,
	Number memberNumber,
	Number? upperMemberNumber,
	MemberKind memberKind
)

Parameters

caption
Type: System.String
The caption.
memberNumber
Type: Dundas.BI.Number
The member number.
upperMemberNumber
Type: System.Nullable<Number>
The upper member number.
memberKind
Type: Dundas.BI.Data.Metadata.MemberKind
The type of the member.
See Also