dundas.account.MemberInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.account.MemberInfo
 

Constructors

 
  Name Description
init Initializes the MemberInfo. Called during construction.
 
 

Properties

 
  Name Description
displayName Gets or sets a value indicating the display name.
groupKind Gets or sets a value indicating kind of group represented by this object.
id Gets or sets a value indicating the ID.
isGlobal Gets or sets a value indicating whether the member is global.
memberKind Gets or sets a value indicating kind of member represented by this object.
name Gets or sets a value indicating the name.
tenantId OBSOLETE. Use tenantIds instead. Gets or sets the tenant ID.
tenantIds Gets or sets the tenant IDs.
 
 

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.
toRawString Converts this object to an unescaped string. Used mainly for inputs.
toString Converts this object to an HTML escaped string.