Show / Hide Table of Contents

Class DBC.URLFields

Fields for URL, Unified Resource Locators, URL to contacts, persons or projects.

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

Fields

ContactId

URL.ContactId: Relations to possible owners

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
string

Description

URL.Description: Visible field

Declaration
public const string Description = "description"
Field Value
Type Description
string

PersonId

URL.PersonId: Relations to possible owners

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
string

ProjectId

URL.ProjectId: Relations to possible owners

Declaration
public const string ProjectId = "project_id"
Field Value
Type Description
string

Rank

URL.Rank: Rank order in lists

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

URL.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

URL.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

ReservedId1

URL.ReservedId1: Reserved for potential future owners

Declaration
public const string ReservedId1 = "reserved_id1"
Field Value
Type Description
string

ReservedId2

URL.ReservedId2: Reserved for potential future owners

Declaration
public const string ReservedId2 = "reserved_id2"
Field Value
Type Description
string

Type

URL.Type: Fixed, predefined list of types

Declaration
public const string Type = "type"
Field Value
Type Description
string

Updated

URL.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

URL.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

URL.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

UrlAddress

URL.UrlAddress: URL address

Declaration
public const string UrlAddress = "url_address"
Field Value
Type Description
string

UrlId

URL.UrlId: Primary key

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