Show / Hide Table of Contents

Class DBC.ProductVersionFields

Fields for ProductVersion, Version information for code modules. Owner + code module must be unique

Inheritance
Object
DBC.ProductVersionFields
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 ProductVersionFields

Fields

CodeName

ProductVersion.CodeName: The name of the code module, which is not the same as a license module

Declaration
public const string CodeName = "codeName"
Field Value
Type Description
String

Comment

ProductVersion.Comment: Possible comment string added by code

Declaration
public const string Comment = "comment"
Field Value
Type Description
String

OwnerName

ProductVersion.OwnerName: Owner of code module

Declaration
public const string OwnerName = "ownerName"
Field Value
Type Description
String

ProductVersionId

ProductVersion.ProductVersionId: Primary key

Declaration
public const string ProductVersionId = "ProductVersion_id"
Field Value
Type Description
String

Registered

ProductVersion.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ProductVersion.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

ProductVersion.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ProductVersion.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ProductVersion.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String

UpdatePath

ProductVersion.UpdatePath: Path MSI or other files, that contain the installation for this version; used for auto-update

Declaration
public const string UpdatePath = "updatePath"
Field Value
Type Description
String

Version

ProductVersion.Version: The version string, formatted as the code module would like to. Keybase will have to understand these strings if they are relevant to the licenses issued.

Declaration
public const string Version = "version"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top