| ContactChangeData Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContactManagement
 Syntax
Syntaxpublic class ContactChangeData : IDataTransferObject
The ContactChangeData type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ContactChangeData | 
            Creates new instance of ContactChangeData.
             | 
|  | ContactChangeData(IDataContainer) | 
            Creates new instance of ContactChangeData and set up its properties from given dataRowContainer.
             | 
 Properties
Properties| 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.
             | 
 Methods
Methods| 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.) | 
 Remarks
Remarks See Also
See Also