Show / Hide Table of Contents

Class ModuleLicenseTableInfo

Table 'ModuleLicense': Module licenses, belonging to one single owner

Inheritance
object
TableInfo
ModuleLicenseTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(params FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(string)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.this[string]
TableInfo.PrimaryKeyField
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
[DatabaseTable("ModuleLicense")]
public class ModuleLicenseTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Fields

DictionaryTableName

Conceptual name of table ModuleLicense in the database dictionary: ModuleLicense

Declaration
public const string DictionaryTableName = "ModuleLicense"
Field Value
Type Description
string
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Properties

AllowedAssocsMask

Field 'allowedAssocsMask' in table 'ModuleLicense': Dictionary type UInt, .NET type: uint

Bitmask of allowed associate types who can have this kind of license
Declaration
public FieldInfo AllowedAssocsMask { get; }
Property Value
Type Description
FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

DictionaryTableNumber

Table number for table ModuleLicense in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
int
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

EncryptedCheck

Field 'encryptedCheck' in table 'ModuleLicense': Dictionary type String[255], .NET type: string

Encrypted checksum that stops tampering and copying between databases
Declaration
public StringFieldInfo EncryptedCheck { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ExtraFlags

Field 'extraFlags' in table 'ModuleLicense': Dictionary type UInt, .NET type: uint

Unspecified extra flags of license, part of checksum. Value=1 means this a 'user plan'; such licenses cause the admin gui to switch to radiobutton view
Declaration
public FieldInfo ExtraFlags { get; }
Property Value
Type Description
FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ExtraInfo

Field 'extraInfo' in table 'ModuleLicense': Dictionary type String[4000], .NET type: string

Free field, can be used by the module owner (example: host domain, for eJournal). NOTE: For rows with extraFlags=1 this field contains the list of modules that this plan comprises
Declaration
public StringFieldInfo ExtraInfo { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Hidden

Field 'hidden' in table 'ModuleLicense': Dictionary type Bool, .NET type: short

If true, then this module should not appear in GUI and is not assignable by users
Declaration
public UInt16FieldInfo Hidden { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

LeftOuterJoin_LicenseAssocLink_ModuleLicenseId

Generated left outer join from the primary key ModuleLicenseId on this table, to LicenseAssocLink.ModuleLicenseId.

Declaration
public TargetedLeftOuterJoin<LicenseAssocLinkTableInfo> LeftOuterJoin_LicenseAssocLink_ModuleLicenseId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseAssocLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

LeftOuterJoin_LicenseSatlLink_ModuleLicenseId

Generated left outer join from the primary key ModuleLicenseId on this table, to LicenseSatlLink.ModuleLicenseId.

Declaration
public TargetedLeftOuterJoin<LicenseSatlLinkTableInfo> LeftOuterJoin_LicenseSatlLink_ModuleLicenseId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<LicenseSatlLinkTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

LicenseNumber

Field 'licenseNumber' in table 'ModuleLicense': Dictionary type UInt, .NET type: uint

Number of systems, databases or associates licensed
Declaration
public FieldInfo LicenseNumber { get; }
Property Value
Type Description
FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

LicenseType

Field 'licenseType' in table 'ModuleLicense': Dictionary type Enum, .NET type: LicenseType

Entire system, per database, or per associate
Declaration
public LicenseTypeFieldInfo LicenseType { get; }
Property Value
Type Description
LicenseTypeFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ModuleDescription

Field 'moduleDescription' in table 'ModuleLicense': Dictionary type String[255], .NET type: string

Human-readable description of module, shown in GUI, default language. Additional languages can be added to LocaleText, resource type 25
Declaration
public StringFieldInfo ModuleDescription { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ModuleLicenseId

Field 'ModuleLicense_id' in table 'ModuleLicense': Dictionary type PK, .NET type: int

Primary key
Declaration
public Int32FieldInfo ModuleLicenseId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ModuleName

Field 'moduleName' in table 'ModuleLicense': Dictionary type String[240], .NET type: string

The name of the module, not visible in GUI but used in the code. This must be in UPPER CASE and only contain A-Z and 0-9. NO EXTENDED CHARACTERS please.
Declaration
public StringFieldInfo ModuleName { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ModuleOwnerId

Field 'ModuleOwner_id' in table 'ModuleLicense': Dictionary type FK, target: ModuleOwner, .NET type: int

Link to owner of this module
Declaration
public Int32FieldInfo ModuleOwnerId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ModuleOwnerId_InnerJoin_ModuleOwner

Generated join from the foreign key ModuleOwnerId in this table, to its target table ModuleOwnerTableInfo.

Declaration
public TargetedInnerJoin<ModuleOwnerTableInfo> ModuleOwnerId_InnerJoin_ModuleOwner { get; }
Property Value
Type Description
TargetedInnerJoin<ModuleOwnerTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

ModuleVersion

Field 'moduleVersion' in table 'ModuleLicense': Dictionary type String[255], .NET type: string

Version string for this module
Declaration
public StringFieldInfo ModuleVersion { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

PrerequisiteModule

Field 'prerequisiteModule' in table 'ModuleLicense': Dictionary type String[240], .NET type: string

If set, specifies a module license needed before this license can be granted
Declaration
public StringFieldInfo PrerequisiteModule { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Registered

Field 'registered' in table 'ModuleLicense': Dictionary type UtcDateTime, .NET type: DateTime

Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type Description
DateTimeFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

RegisteredAssociateId

Field 'registered_associate_id' in table 'ModuleLicense': Dictionary type FK, target: Associate, .NET type: int

Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

RegisteredAssociateId_InnerJoin_Associate

Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Signature

Field 'signature' in table 'ModuleLicense': Dictionary type String[255], .NET type: string

Signature that verifies that this row is correctly transferred from SuperLicense
Declaration
public StringFieldInfo Signature { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

SortOrder

Field 'sortOrder' in table 'ModuleLicense': Dictionary type Id, .NET type: int

Ordering value - generated by SuperLicense and transferred here. Must be followed for signatures to be correct
Declaration
public Int32FieldInfo SortOrder { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Tooltip

Field 'tooltip' in table 'ModuleLicense': Dictionary type String[255], .NET type: string

Tooltip text, anything you want; shown when the cursor hovers over the line in the GUI. Default language. Additional languages can be added to LocaleText, resource type 27
Declaration
public StringFieldInfo Tooltip { get; }
Property Value
Type Description
StringFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Unrestricted

Field 'unrestricted' in table 'ModuleLicense': Dictionary type Bool, .NET type: short

If true, then there is no licenseNumber limit on how many of these modules may be assigned
Declaration
public UInt16FieldInfo Unrestricted { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Updated

Field 'updated' in table 'ModuleLicense': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type Description
DateTimeFieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

UpdatedAssociateId

Field 'updated_associate_id' in table 'ModuleLicense': Dictionary type FK, target: Associate, .NET type: int

Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type Description
Int32FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

UpdatedAssociateId_InnerJoin_Associate

Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

UpdatedCount

Field 'updatedCount' in table 'ModuleLicense': Dictionary type UShort, .NET type: short

Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Methods

IdxModuleName(string)

Shortcut method for looking up using the database index ModuleName, which spans the following fields:

FieldDescription
ModuleNameThe name of the module, not visible in GUI but used in the code. This must be in UPPER CASE and only contain A-Z and 0-9. NO EXTENDED CHARACTERS please.
Declaration
public Restriction IdxModuleName(string moduleName)
Parameters
Type Name Description
string moduleName
Returns
Type Description
Restriction
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

IdxModuleNameModuleVersion(string, string)

Shortcut method for looking up using the database index ModuleNameModuleVersion, which spans the following fields:

FieldDescription
ModuleNameThe name of the module, not visible in GUI but used in the code. This must be in UPPER CASE and only contain A-Z and 0-9. NO EXTENDED CHARACTERS please.
ModuleVersionVersion string for this module
Declaration
public Restriction IdxModuleNameModuleVersion(string moduleName, string moduleVersion)
Parameters
Type Name Description
string moduleName
string moduleVersion
Returns
Type Description
Restriction
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetModuleLicenseInfo().

Implements

ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top