CustomAttributeValueData Class

Represents the data contract for CustomAttributeValue.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsCustomAttributeValueData

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 CustomAttributeValueData : BaseDataContract

The CustomAttributeValueData type exposes the following members.

Constructors
 NameDescription
Public methodCustomAttributeValueData Initializes a new instance of the CustomAttributeValueData class.
Top
Properties
 NameDescription
Public propertyAttributeId Gets the ID of the CustomAttributeInfo which this value is referenced to.
Public propertyIsInheritanceConflict Gets a value indicating whether this custom attribute value inherits conflicting values from two or more groups or Windows Group accounts.
Public propertyIsInherited Gets a value indicating whether the custom attribute value is inherited from others.
Public propertySingleValueGets or sets the single value of the attribute.
Public propertyTenantId Gets the ID of the tenant associated with this custom attribute value.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyValues Gets the value of a custom attribute.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between CustomAttributeValueData and CustomAttributeValue.
Public methodStatic memberToDataContractMappings The mapping between CustomAttributeValue and CustomAttributeValueData.
Top
See Also