UpdateDataElementCategoryOptions Class

The DTO class for specifying options when updating a native structure's data element category.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateDataElementCategoryOptions

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

The UpdateDataElementCategoryOptions type exposes the following members.

Constructors
  NameDescription
Public methodUpdateDataElementCategoryOptions
Initializes a new instance of the UpdateDataElementCategoryOptions class
Top
Properties
  NameDescription
Public propertyCategory
Gets or sets the category.
Public propertyElementName
Gets or sets the name of the element.
Top
See Also