GetCustomAttributesOptions Class

The options class used for getting multiple custom attributes.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetCustomAttributesOptions

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

The GetCustomAttributesOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetCustomAttributesOptions
Initializes a new instance of the GetCustomAttributesOptions class
Top
Properties
  NameDescription
Public propertyCustomAttributeIds
Gets or sets the custom attributes IDs.
Top
See Also