Class User

Hierarchy

Index

Methods

Methods

public customFromJson(initValue: any): boolean

Parameters

  • initValue: any

Returns

boolean

public fromJson(initValue: any)

Parameters

  • initValue: any

public get_context(): ClientRuntimeContext

Returns

ClientRuntimeContext

public get_email(): string

Returns

string

public get_groups(): GroupCollection

Returns

GroupCollection

public get_id(): number

Returns

number

public get_isHiddenInUI(): boolean

Returns

boolean

public get_isSiteAdmin(): boolean

Returns

boolean

public get_loginName(): string

Returns

string

public get_objectVersion(): string

Returns

string

public get_path(): ObjectPath

Returns

ObjectPath

public get_principalType(): PrincipalType

Returns

PrincipalType

public get_serverObjectIsNull(): boolean

Returns

boolean

public get_title(): string

Returns

string

public get_typedObject(): ClientObject

Returns

ClientObject

public get_userId(): UserIdInfo

Returns

UserIdInfo

public isObjectPropertyInstantiated(propertyName: string): boolean

Parameters

  • propertyName: string

Returns

boolean

public isPropertyAvailable(propertyName: string): boolean

Parameters

  • propertyName: string

Returns

boolean

public refreshLoad()

public retrieve()

public retrieve(propertyNames: Array<string>)

Parameters

  • propertyNames: Array<string>

public set_email(value: string)

Parameters

  • value: string

public set_isSiteAdmin(value: boolean)

Parameters

  • value: boolean

public set_objectVersion(value: string)

Parameters

  • value: string

public set_title(value: string)

Parameters

  • value: string

public update()