Class DBC.ModuleOwnerFields
Fields for ModuleOwner, Unique owner of a set of licensed modules
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ModuleOwnerFields
Fields
AdminWarningDate
ModuleOwner.AdminWarningDate: When should nagging begin (for instance, during login to SoAdmin)
Declaration
public const string AdminWarningDate = "adminWarningDate"
Field Value
| Type | Description |
|---|---|
| string |
DeploymentType
ModuleOwner.DeploymentType: Type of deployment
Declaration
public const string DeploymentType = "deploymentType"
Field Value
| Type | Description |
|---|---|
| string |
EncryptedCheck
ModuleOwner.EncryptedCheck: Encrypted checksum that stops tampering and copying between databases
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
| Type | Description |
|---|---|
| string |
Expiration
ModuleOwner.Expiration: Expiration date, 0 = forever
Declaration
public const string Expiration = "expiration"
Field Value
| Type | Description |
|---|---|
| string |
ExtraFlags
ModuleOwner.ExtraFlags: Unspecified extra flags of license, part of checksum
Declaration
public const string ExtraFlags = "extraFlags"
Field Value
| Type | Description |
|---|---|
| string |
ExtraInfo
ModuleOwner.ExtraInfo: Free field, can be used by the module owner (example: host domain, for eJournal)
Declaration
public const string ExtraInfo = "extraInfo"
Field Value
| Type | Description |
|---|---|
| string |
GraceTo
ModuleOwner.GraceTo: Real expiration date, when the given module actually stops working. Modules that normally update data should switch to read-only mode. Modules that only read anyway, should disable themselves in some other way
Declaration
public const string GraceTo = "graceTo"
Field Value
| Type | Description |
|---|---|
| string |
LicenseUrl
ModuleOwner.LicenseUrl: The url that will provide keycodes for all modules owned by this owner
Declaration
public const string LicenseUrl = "licenseUrl"
Field Value
| Type | Description |
|---|---|
| string |
LicenseVersion
ModuleOwner.LicenseVersion: The url that will provide keycodes for all modules owned by this owner
Declaration
public const string LicenseVersion = "licenseVersion"
Field Value
| Type | Description |
|---|---|
| string |
MaintenanceTo
ModuleOwner.MaintenanceTo: Expiration date for maintenance. After this date, upgrades should refuse to install.
Declaration
public const string MaintenanceTo = "maintenanceTo"
Field Value
| Type | Description |
|---|---|
| string |
ModuleOwnerId
ModuleOwner.ModuleOwnerId: Primary key
Declaration
public const string ModuleOwnerId = "ModuleOwner_id"
Field Value
| Type | Description |
|---|---|
| string |
NextCheckDate
ModuleOwner.NextCheckDate: When should the system next check with the license issuer
Declaration
public const string NextCheckDate = "nextCheckDate"
Field Value
| Type | Description |
|---|---|
| string |
OwnerDescription
ModuleOwner.OwnerDescription: Human-readable description of owner, shown in GUI, default language. Additional languages can be added to LocaleText, resource type 26
Declaration
public const string OwnerDescription = "ownerDescription"
Field Value
| Type | Description |
|---|---|
| string |
OwnerName
ModuleOwner.OwnerName: The name of the module owner, not visible in GUI but used in the code. OwnerName SUPEROFFICE is reserved and may NEVER be used by partners. This must be in UPPER CASE and only contain A-Z and 0-9. NO EXTENDED CHARACTERS please.
Declaration
public const string OwnerName = "ownerName"
Field Value
| Type | Description |
|---|---|
| string |
ProductType
ModuleOwner.ProductType: Type of product
Declaration
public const string ProductType = "productType"
Field Value
| Type | Description |
|---|---|
| string |
ProductTypeDescription
ModuleOwner.ProductTypeDescription: Description of type of product
Declaration
public const string ProductTypeDescription = "productTypeDescription"
Field Value
| Type | Description |
|---|---|
| string |
Registered
ModuleOwner.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
ModuleOwner.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
Signature
ModuleOwner.Signature: Signature of all non-zero-amount moduleLicense rows referring to this owner
Declaration
public const string Signature = "signature"
Field Value
| Type | Description |
|---|---|
| string |
SignedPublicKey
ModuleOwner.SignedPublicKey: The public key used to verify licenses owned by this owner
Declaration
public const string SignedPublicKey = "signedPublicKey"
Field Value
| Type | Description |
|---|---|
| string |
Updated
ModuleOwner.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
ModuleOwner.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
ModuleOwner.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |