|
| int | InsertionOrderPerPartner [get, set] |
| | Insertion order of p_partner_attribute Records. More...
|
| |
| Int64 | PartnerKey [get, set] |
| | Partner Key Column data. More...
|
| |
| string | AttributeType [get, set] |
| | Attribute Type Column data. More...
|
| |
| int | Sequence [get, set] |
| | Sequence Column data. More...
|
| |
| int | Index [get, set] |
| | Index Column data. More...
|
| |
| string | Value [get, set] |
| | Value Column data. More...
|
| |
| string | ValueCountry [get, set] |
| | Value Country Column data. More...
|
| |
| string | Comment [get, set] |
| | Comment Column data. More...
|
| |
| bool | Primary [get, set] |
| | Primary Column data. More...
|
| |
| bool | WithinOrganisation [get, set] |
| | WithinOrganisation Column data. More...
|
| |
| bool | Specialised [get, set] |
| | Specialised Column data. More...
|
| |
| bool | Confidential [get, set] |
| | Confidential Column data. More...
|
| |
| bool | Current [get, set] |
| | Current Column data. More...
|
| |
| DateTime? | NoLongerCurrentFrom [get, set] |
| | NoLongerCurrentFrom Column data. More...
|
| |
| String | CreatedByUser [get, set] |
| | CreatedByUser Column data. More...
|
| |
| DateTime? | DateCreated [get, set] |
| | CreatedDate Column data. More...
|
| |
| String | ModifiedByUser [get, set] |
| | ModifiedByUser Column data. More...
|
| |
| DateTime? | DateModified [get, set] |
| | ModifiedDate Column data. More...
|
| |
Holds data of a p_partner_attribute Record.
This can't be a struct because we need to be able to assign values to the Index Property in an foreach loop.