dundas.account.CustomAttributeInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.account.CustomAttributeInfo
 

Constructors

 
  Name Description
init Initializes the CustomAttributeInfo object. Called during construction.
 
 

Properties

 
  Name Description
description Gets or sets the description of the custom attribute.
id Gets or sets the ID of the custom attribute.
inheritanceBehavior Gets or sets the inheritance behavior for a multiple-value attribute.
isBuiltIn Gets or sets the is built in flag.
isMultiValue Gets or sets the value indicating whether this is a multiple-value custom attribute.
isSecure Gets or sets the value indicating whether the 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.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.