CustomAttributeReferencesData Class

Represents the account, group, and file system entity references of a custom attribute for JavaScript.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsCustomAttributeReferencesData

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

The CustomAttributeReferencesData type exposes the following members.

Constructors
  NameDescription
Public methodCustomAttributeReferencesData
Initializes a new instance of the CustomAttributeReferencesData class.
Top
Properties
  NameDescription
Public propertyAccounts
Gets or sets the accounts.
Public propertyEntities
Gets or sets the file system entities.
Public propertyGroups
Gets or sets the groups.
Public propertySessions
Gets or sets the sessions.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also