Class NSContactPersonId
Syntax
Constructors
NSContactPersonId()
Initializes a new instance of the NSContactPersonId class.
Declaration
NSContactPersonId
Methods
GetContactId()
Declaration
Integer GetContactId()
Returns
Type | Description |
---|---|
Integer | A contact ID. |
GetPersonId()
Declaration
Integer GetPersonId()
Returns
Type | Description |
---|---|
Integer | A person ID. |
SetContactId(Integer)
Declaration
Void SetContactId(Integer id)
Parameters
Type | Name | Description |
---|---|---|
Integer | id | A contact Id. |
Returns
Type | Description |
---|---|
Void |
SetPersonId(Integer)
Declaration
Void SetPersonId(Integer id)
Parameters
Type | Name | Description |
---|---|---|
Integer | id | A person Id. |
Returns
Type | Description |
---|---|
Void |