Show / Hide Table of Contents

Class DBC.ModuleOwnerFields

Fields for ModuleOwner, Unique owner of a set of licensed modules

Inheritance
Object
DBC.ModuleOwnerFields
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 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top