Class RevisionInfo
Represents information about the version of the Colectica software.
Inheritance
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class RevisionInfo : object
Remarks
This class is automatically generated using the subwcrev program.
Properties
BuildTime
Gets the date and time that the Colectica software was built.
Declaration
public static DateTime BuildTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
Date
Gets the date that the Colectica software was built.
Declaration
public static DateTime Date { get; }
Property Value
Type | Description |
---|---|
DateTime |
Description
Gets a short description of the Colectica software.
Declaration
public static string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
FullVersionString
Gets the full version of the Colectica software, including the major and minor versions, the revisions, and the tag.
Declaration
public static string FullVersionString { get; }
Property Value
Type | Description |
---|---|
System.String |
MajorVersion
Gets the Major version number of the Colectica software.
Declaration
public static int MajorVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Minor
Gets the Minor version number of the Colectica software.
Declaration
public static int Minor { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgramName
Gets the name of the software: "Colectica".
Declaration
public static string ProgramName { get; }
Property Value
Type | Description |
---|---|
System.String |
Revision
Gets the revision number of the Colectica software.
Declaration
public static int Revision { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RevisionString
Gets the revision number of the Colectica software as a string.
Declaration
public static string RevisionString { get; }
Property Value
Type | Description |
---|---|
System.String |
SoftwareId
Gets a unique identifier for the Colectica software.
Declaration
public static Guid SoftwareId { get; }
Property Value
Type | Description |
---|---|
Guid |
VersionName
Gets the version major and minor version numbers of the Colectica software, as a string.
Declaration
public static string VersionName { get; }
Property Value
Type | Description |
---|---|
System.String |
VersionTag
Gets the tag applied to this version of the Colectica software.
Declaration
public static string VersionTag { get; }
Property Value
Type | Description |
---|---|
System.String |
WorkingCopyRange
Gets the range of range of revisions included in this version.
Declaration
public static string WorkingCopyRange { get; }
Property Value
Type | Description |
---|---|
System.String |