Class that represents a data field attached to a contact
More...
|
int | AccountId [get, set] |
| The parent account id
|
|
DmDataFieldDefinition | Definition [get, set] |
| The parent Data Field Definition
|
|
string | UserTag1 [get, set] |
| User Tag
|
|
string | UserTag2 [get, set] |
| User Tag
|
|
string | UserTag3 [get, set] |
| User Tag
|
|
bool | IsEmpty [get] |
| Returns true if the value is null
|
|
bool | IsDirty [get, set] |
| Returns true if the object has changed
|
|
string | ObjectType [get, set] |
| Returns the type name of the class Used by the serialisation process
|
|
string | ExternalId [get] |
| Gets/Sets the generated Id that uniquely identifies this record
|
|
object | Value [get, set] |
| Gets/Sets the value
|
|
int | AccountId [get] |
| The DotMailer account Id for this object
|
|
string | ExternalId [get] |
| A key that represents this object, used for synching with external applications
|
|
bool | IsDirty [get] |
| has the data of the object changed
|
|
Class that represents a data field attached to a contact
Creates a new dmDatafield, and copies the contents in to it.
- Returns
int dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.AccountId |
|
getset |
The parent Data Field Definition
string dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.ExternalId |
|
get |
Gets/Sets the generated Id that uniquely identifies this record
bool dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.IsDirty |
|
getset |
Returns true if the object has changed
bool dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.IsEmpty |
|
get |
Returns true if the value is null
string dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.ObjectType |
|
getset |
Returns the type name of the class Used by the serialisation process
string dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.UserTag1 |
|
getset |
string dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.UserTag2 |
|
getset |
string dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.UserTag3 |
|
getset |
object dotMailer.Sdk.Contacts.DataFields.DmDataFieldValue.Value |
|
getset |