Show / Hide Table of Contents

Class DBC.LicenseSatlLinkFields

Fields for LicenseSatlLink, Link between License and Satellite, for per-database licenses

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

Fields

Comment

LicenseSatlLink.Comment: Optional comment field

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

EncryptedCheck

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

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

LicenseNumber

LicenseSatlLink.LicenseNumber: Number of license items occupied by this satellite

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

LicenseSatlLinkId

LicenseSatlLink.LicenseSatlLinkId: Primary key

Declaration
public const string LicenseSatlLinkId = "LicenseSatlLink_id"
Field Value
Type Description
string

ModuleLicenseId

LicenseSatlLink.ModuleLicenseId: The license being linked

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

Registered

LicenseSatlLink.Registered: Registered when

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

RegisteredAssociateId

LicenseSatlLink.RegisteredAssociateId: Registered by whom

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

SatelliteId

LicenseSatlLink.SatelliteId: The Satellite who occupies one instance of this license

Declaration
public const string SatelliteId = "satelliteId"
Field Value
Type Description
string

Updated

LicenseSatlLink.Updated: Last updated when

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

UpdatedAssociateId

LicenseSatlLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

LicenseSatlLink.UpdatedCount: Number of updates made to this record

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

ValidFrom

LicenseSatlLink.ValidFrom: Reserved field: Valid from date

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

ValidTo

LicenseSatlLink.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