Show / Hide Table of Contents

Class RegistrationInformation

Represents information about the Colectica installation.

Inheritance
object
RegistrationInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RegistrationInformation

Constructors

RegistrationInformation()

Initializes a new instance of the RegistrationInformation class.

Declaration
public RegistrationInformation()

Properties

ActivationVersion

Gets or sets the activation version.

Declaration
public int ActivationVersion { get; set; }
Property Value
Type Description
int

The activation version.

CpuId

Gets or sets the CPU identifier.

Declaration
public string CpuId { get; set; }
Property Value
Type Description
string

The CPU identifier.

CustomerName

Gets or sets the name of the customer.

Declaration
public string CustomerName { get; set; }
Property Value
Type Description
string

The name of the customer.

CustomerSince

Gets or sets the date since which the customer has been a customer.

Declaration
public DateTime CustomerSince { get; set; }
Property Value
Type Description
DateTime

Data

Gets or sets a value containing additional JSON encoded information for this RegistrationInformation.

Declaration
public string Data { get; set; }
Property Value
Type Description
string

EnterpriseDeploy

Gets or sets a value indicating whether this is an enterprise deployment.

Declaration
public bool EnterpriseDeploy { get; set; }
Property Value
Type Description
bool

true if this is an enterprise deployment; otherwise, false.

ExpirationDate

Gets or sets the expiration date.

Declaration
public DateTime? ExpirationDate { get; set; }
Property Value
Type Description
DateTime?

The expiration date.

MacAddresses

Gets or sets the MAC addresses.

Declaration
public string MacAddresses { get; set; }
Property Value
Type Description
string

The MAC addresses.

MotherboardId

Gets or sets the motherboard identifier.

Declaration
public string MotherboardId { get; set; }
Property Value
Type Description
string

The motherboard identifier.

PrimaryHardDriveId

Gets or sets the primary hard drive identifier.

Declaration
public string PrimaryHardDriveId { get; set; }
Property Value
Type Description
string

The primary hard drive identifier.

ProductMajorVersion

Gets or sets the version of the product.

Declaration
public int? ProductMajorVersion { get; set; }
Property Value
Type Description
int?

The version of the product.

ProductMinorVersion

Gets or sets the version of the product.

Declaration
public int? ProductMinorVersion { get; set; }
Property Value
Type Description
int?

The version of the product.

ProductName

Gets or sets the name of the product.

Declaration
public string ProductName { get; set; }
Property Value
Type Description
string

The name of the product.

ProductRevisionVersion

Gets or sets the version of the product.

Declaration
public int? ProductRevisionVersion { get; set; }
Property Value
Type Description
int?

The version of the product.

RegistrationNumber

Gets or sets the RegistrationNumber of the product.

Declaration
public long? RegistrationNumber { get; set; }
Property Value
Type Description
long?

The RegistrationNumber of the product.

Signed

Gets or sets a value indicating whether this RegistrationInformation is signed.

Declaration
public bool Signed { get; set; }
Property Value
Type Description
bool

true if signed; otherwise, false.

Methods

IsLegalXmlChar(int)

Whether a given character is allowed by XML 1.0.

Declaration
public bool IsLegalXmlChar(int character)
Parameters
Type Name Description
int character
Returns
Type Description
bool

Populate()

Populates this instance.

Declaration
public void Populate()

SanitizeXmlString(string)

Remove illegal XML characters from a string.

Declaration
public string SanitizeXmlString(string xml)
Parameters
Type Name Description
string xml
Returns
Type Description
string

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX