Class DBC.LicenseSatlLinkFields
Fields for LicenseSatlLink, Link between License and Satellite, for per-database licenses
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LicenseSatlLinkFields : Object
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 |