Click or drag to resize
CompanySearchResult Class
Represents a company search result.
Inheritance Hierarchy
SystemObject
  CMS.DataComCompanySearchResult

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

The CompanySearchResult type exposes the following members.

Constructors
  NameDescription
Public methodCompanySearchResult
Top
Properties
  NameDescription
Public propertyActiveContactCount
Gets or sets the number of active contacts in the company.
Public propertyAddress
Gets or sets the address where the company is located.
Public propertyCity
Gets or sets the city where the company is located.
Public propertyCompanyId
Gets or sets the identifier of the company.
Public propertyCountry
Gets or sets the country where the company is located.
Public propertyGraveyarded
Gets or sets the value indicating whether the company record is up-to-date.
Public propertyName
Gets or sets the name of the company.
Public propertyState
Gets or sets the state where the company is located.
Public propertyZipCode
Gets or sets the zip code where the company is located.
Top
Extension Methods
  NameDescription
Public Extension MethodToCompany
Creates and initializes a new instance of the Company class with properties of the specified instance of the CompanySearchResult class.
(Defined by DomainExtensions.)
Top
See Also