ContactChangeData Class |
Namespace: CMS.ContactManagement
public class ContactChangeData : IDataTransferObject
The ContactChangeData type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContactChangeData |
Creates new instance of ContactChangeData.
|
![]() | ContactChangeData(IDataContainer) |
Creates new instance of ContactChangeData and set up its properties from given dataRowContainer.
|
Name | Description | |
---|---|---|
![]() | ChangedColumns |
List of columns which have changed. Is null when ContactIsNew is true.
|
![]() | ContactID |
Contact ID.
|
![]() | ContactIsNew |
If true the change represents a new contact creation. ChangedColumns are not included if contact is new.
|
![]() | ContactWasMerged |
Gets or sets the value indicating if the contact was automatically merged.
|
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if the object equals to another.
(Overrides ObjectEquals(Object).) |
![]() | FillDataContainer |
Fills given dataContainer with values from current ContactChangeData.
|
![]() | GetHashCode |
Gets the object hash code
(Overrides ObjectGetHashCode.) |
![]() | ToString |
Returns the string representation of the object.
(Overrides ObjectToString.) |