CustomAttributeInfoData Class

Base data contract object for returning an CustomAttributeInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsCustomAttributeInfoData

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

The CustomAttributeInfoData type exposes the following members.

Constructors
  NameDescription
Public methodCustomAttributeInfoData
Initializes a new instance of the CustomAttributeInfoData class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the custom attribute.
Public propertyId
Gets the unique identifier of the custom attribute.
Public propertyInheritanceBehavior
Gets or sets the inheritance behavior for a multiple-value attribute.
Public propertyIsBuiltIn
Gets a value indicating whether the attribute is built into the application.
Public propertyIsMultiValue
Gets or sets a value indicating whether this is a multiple-value custom attribute.
Public propertyIsSecure
Gets or sets a value indicating whether this custom attribute is secure.
Public propertyName
Gets or sets the name of the custom attribute.
Public propertyTenantId
Gets or sets the ID of the tenant associated with the custom attribute.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also