projects/congacommerce/ecommerce/src/lib/modules/crm/classes/user.model.ts
AObject
Properties |
Alias |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Alias'})
|
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Email', aql: 'Email'})
|
FirstName |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'FirstName', aql: 'FirstName'})
|
LastName |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'LastName', aql: 'LastName'})
|
Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
Title |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Title'})
|
Username |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Username', aql: 'UserName'})
|