CustomAttributeInfoData Class | 
Namespace: Dundas.BI.WebApi.Models
The CustomAttributeInfoData type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomAttributeInfoData | 
            Initializes a new instance of the CustomAttributeInfoData class.
              | 
| Name | Description | |
|---|---|---|
| Description | 
            Gets or sets the description of the custom attribute.
              | |
| Id | 
            Gets the unique identifier of the custom attribute.
              | |
| InheritanceBehavior | 
            Gets or sets the inheritance behavior for a multiple-value attribute.
              | |
| IsBuiltIn | 
            Gets a value indicating whether the attribute is built into the application.
              | |
| IsMultiValue | 
            Gets or sets a value indicating whether this is a multiple-value custom attribute.
              | |
| IsSecure | 
            Gets or sets a value indicating whether this custom attribute is secure.
              | |
| Name | 
            Gets or sets the name of the custom attribute.
              | |
| TenantId | Gets or sets the ID of the tenant associated with the custom attribute.  | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) |