Class FieldUserValue

Hierarchy

Index

Constructor methods

Methods

Constructor methods

constructor(): FieldUserValue

Returns

FieldUserValue

Methods

public customFromJson(obj: any): boolean

Parameters

  • obj: any

Returns

boolean

public customWriteToXml(writer: XmlWriter, serializationContext: SerializationContext): boolean

Parameters

Returns

boolean

public fromJson(obj: any)

Parameters

  • obj: any

public static fromUser(userName: string): FieldUserValue

Parameters

  • userName: string

Returns

FieldUserValue

public get_lookupId(): number

Returns

number

public get_lookupValue(): string

Returns

string

public get_typeId(): string

Returns

string

public set_lookupId(value: number)

Parameters

  • value: number

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters