Class RevisionInfo
Represents information about the version of the Colectica software.
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public static class RevisionInfo
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 |
|---|---|
| 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 |
|---|---|
| string |
MajorVersion
Gets the Major version number of the Colectica software.
Declaration
public static int MajorVersion { get; }
Property Value
| Type | Description |
|---|---|
| int |
Minor
Gets the Minor version number of the Colectica software.
Declaration
public static int Minor { get; }
Property Value
| Type | Description |
|---|---|
| int |
ProgramName
Gets the name of the software: "Colectica".
Declaration
public static string ProgramName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Revision
Gets the revision number of the Colectica software.
Declaration
public static int Revision { get; }
Property Value
| Type | Description |
|---|---|
| int |
RevisionString
Gets the revision number of the Colectica software as a string.
Declaration
public static string RevisionString { get; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| string |
VersionTag
Gets the tag applied to this version of the Colectica software.
Declaration
public static string VersionTag { get; }
Property Value
| Type | Description |
|---|---|
| string |
WorkingCopyRange
Gets the range of range of revisions included in this version.
Declaration
public static string WorkingCopyRange { get; }
Property Value
| Type | Description |
|---|---|
| string |