Click or drag to resize
DomainExtensions Class
Provides a set of static methods for transformation of domain objects.
Inheritance Hierarchy
SystemObject
  CMS.DataComDomainExtensions

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public static class DomainExtensions

The DomainExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMergeWith
Merges the specified contact into this contact.
Public methodStatic memberToCompany
Creates and initializes a new instance of the Company class with properties of the specified instance of the CompanySearchResult class.
Top
See Also