UpdateUtilityHierarchyOptions Class

The DTO class for specifying options when updating a native structure's utility hierarchy option.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateUtilityHierarchyOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class UpdateUtilityHierarchyOptions

The UpdateUtilityHierarchyOptions type exposes the following members.

Constructors
 NameDescription
Public methodUpdateUtilityHierarchyOptionsInitializes a new instance of the UpdateUtilityHierarchyOptions class
Top
Properties
 NameDescription
Public propertyHierarchyName Gets or sets the name of the hierarchy.
Public propertyIsUtilityHierarchy Gets or sets a value indicating whether the utility hierarchy option is set.
Top
See Also