Show / Hide Table of Contents

Class DBC.LicenseAssocLinkFields

Fields for LicenseAssocLink, Link between ModuleLicense and Associate, for per-assoc licenses; this is how licenses are assigned/consumed

Inheritance
object
DBC.LicenseAssocLinkFields
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.LicenseAssocLinkFields

Fields

AssocId

LicenseAssocLink.AssocId: The associate who occupies one instance of this license

Declaration
public const string AssocId = "assocId"
Field Value
Type Description
string

Comment

LicenseAssocLink.Comment: Optional comment field

Declaration
public const string Comment = "comment"
Field Value
Type Description
string

EncryptedCheck

LicenseAssocLink.EncryptedCheck: Encrypted checksum; tampering will block system usage

Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type Description
string

LicenseAssocLinkId

LicenseAssocLink.LicenseAssocLinkId: Primary key

Declaration
public const string LicenseAssocLinkId = "LicenseAssocLink_id"
Field Value
Type Description
string

LicenseNumber

LicenseAssocLink.LicenseNumber: Number of license items occupied by this associate - each module will have to decide on the semantics of this

Declaration
public const string LicenseNumber = "licenseNumber"
Field Value
Type Description
string

ModuleLicenseId

LicenseAssocLink.ModuleLicenseId: The license being linked

Declaration
public const string ModuleLicenseId = "moduleLicenseId"
Field Value
Type Description
string

Registered

LicenseAssocLink.Registered: Registered when

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

RegisteredAssociateId

LicenseAssocLink.RegisteredAssociateId: Registered by whom

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

Updated

LicenseAssocLink.Updated: Last updated when

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

UpdatedAssociateId

LicenseAssocLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

LicenseAssocLink.UpdatedCount: Number of updates made to this record

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

ValidFrom

LicenseAssocLink.ValidFrom: Reserved field: Valid from date

Declaration
public const string ValidFrom = "validFrom"
Field Value
Type Description
string

ValidTo

LicenseAssocLink.ValidTo: Reserved field: Valid to date

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