Click or drag to resize
CompanyFilter Class
Represents a company filter.
Inheritance Hierarchy

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class CompanyFilter : Filter

The CompanyFilter type exposes the following members.

Constructors
  NameDescription
Public methodCompanyFilter
Initializes a new instance of the CompanyFilter class.
Top
Properties
  NameDescription
Public propertyAreaCode
Gets or sets the list of area codes.
(Inherited from Filter.)
Public propertyCompanyId
Gets or sets the company identifier.
Public propertyCountry
Gets or sets the list of country names.
(Inherited from Filter.)
Public propertyEmployeeCount
Gets or sets the list of number of employees ranges.
Public propertyFortuneRank
Gets or sets the Fortune 500 rank.
Public propertyIncludeGraveyard
Gets or sets the value indicating whether the search should include inactive contacts.
(Inherited from Filter.)
Public propertyIndustry
Gets or sets the list of industry codes.
Public propertyMetroArea
Gets or sets the list of metro area names.
(Inherited from Filter.)
Public propertyName
Gets or sets the list of company name search patterns.
Public propertyOwnership
Gets or sets the list of ownerships.
Public propertyRevenue
Gets or sets the list of revenue ranges.
Public propertyState
Gets or sets the list of state abbreviations.
(Inherited from Filter.)
Public propertySubindustry
Gets or sets the list of subindustry codes.
Public propertyWebsiteType
Gets or sets the list of website types.
Public propertyZipCode
Gets or sets the list of zip codes.
(Inherited from Filter.)
Top
See Also