Show / Hide Table of Contents

Class DBC.CompanyDomainFields

Fields for CompanyDomain, This table contains web-domains associated with a certain cust_company entry.

Inheritance
object
DBC.CompanyDomainFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.CompanyDomainFields

Fields

CompanyDomainId

CompanyDomain.CompanyDomainId: The primary key (auto-incremented)

Declaration
public const string CompanyDomainId = "id"
Field Value
Type Description
string

CompanyId

CompanyDomain.CompanyId: The cust_company entry this domain is associated with.

Declaration
public const string CompanyId = "company_id"
Field Value
Type Description
string

DomainName

CompanyDomain.DomainName: The domain. E.g. 'www.ejournal.no', 'company.com', 'http://some.domain.net'

Declaration
public const string DomainName = "domain_name"
Field Value
Type Description
string

Rank

CompanyDomain.Rank: The rank

Declaration
public const string Rank = "rank"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top