Class DBC.LicenseAssocLinkFields
Fields for LicenseAssocLink, Link between ModuleLicense and Associate, for per-assoc licenses; this is how licenses are assigned/consumed
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LicenseAssocLinkFields : Object
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 |