Company MembersKentico 8.0 API Reference
The Company type exposes the following members.
Constructors

  NameDescription
Public methodCompany
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to 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.
Back to 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.
Back to Top
See Also