Open this page in the API Guide

HierarchySetting Constructor (String, String, CollectionMemberValue)

Initializes a new instance of the HierarchySetting class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public HierarchySetting(
	string name,
	string description,
	CollectionMemberValue defaultValue
)

Parameters

name
Type: System.String
Name of the setting.
description
Type: System.String
The setting description.
defaultValue
Type: Dundas.BI.Data.Parameters.CollectionMemberValue
The default value.
Exceptions
ExceptionCondition
ArgumentNullExceptiondefaultValue is null.
See Also