Click or drag to resize
Company Class
Represents a company.
Inheritance Hierarchy
SystemObject
  CMS.DataComCompany

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
[SerializableAttribute]
public class Company

The Company type exposes the following members.

Constructors
  NameDescription
Public methodCompany
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldcreationDateTimeText
The string representation of a date and time when this company record was created.
Public fieldlastModificationDateTimeText
The string representation of a date and time when this company record was last modified.
Top
Properties
  NameDescription
Public propertyActiveContactCount
Gets or sets the number of active contacts of this company.
Public propertyAddress
Gets or sets the address where this company is located.
Public propertyCity
Gets or sets the city where this company is located.
Public propertyCompanyId
Gets or sets the identifier of this company.
Public propertyCountry
Gets or sets the country where this company is located.
Public propertyCreationDateTime
Gets the date and time when this company record was created.
Public propertyCurrentLogoUrl
Gets or sets the current logo URL of this company.
Public propertyCurrentWikiText
Gets or sets the current text about this company in Data.com wiki.
Public propertyEmployeeCount
Gets or sets the number of employees of this company.
Public propertyEmployeeRange
Gets or sets the the number of employees range of this company.
Public propertyFortuneRank
Gets or sets the Fortune 500 rank of this company.
Public propertyGraveyarded
Gets or sets the value indicating whether this company's record is up-to-date.
Public propertyIndustry1
Gets or sets the industry of this company.
Public propertyIndustry2
Gets or sets the industry of this company.
Public propertyIndustry3
Gets or sets the industry of this company.
Public propertyLastModificationDateTime
Gets the date and time when this company record was last modified.
Public propertyLinkInJigsaw
Gets or sets the URL of this company in Jigsaw.
Public propertyName
Gets or sets the name of this company.
Public propertyOwnership
Gets or sets the ownership of this company.
Public propertyPhone
Gets or sets the phone number of this company.
Public propertyRevenue
Gets or sets the revenue of this company.
Public propertyRevenueRange
Gets or sets the revenue range of this company.
Public propertySicCode
Gets or sets the Standard industrial classification code of this company.
Public propertyState
Gets or sets the state where this company is located.
Public propertyStockExchange
Gets or sets the stock exchange of this company.
Public propertyStockSymbol
Gets or sets the stock symbol of this company.
Public propertySubIndustry1
Gets or sets the subindustry of this company.
Public propertySubIndustry2
Gets or sets the subindustry of this company.
Public propertySubIndustry3
Gets or sets the subindustry of this company.
Public propertyWebsite
Gets or sets the website URL of this company.
Public propertyZipCode
Gets or sets the zip code where this company is located.
Top
See Also