Class ApplicationVersionInformation
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The inner object for the ApplicationInformation information in VersionInformation.
public class ApplicationVersionInformation
- Inheritance
-
ApplicationVersionInformation
- Inherited Members
Constructors
ApplicationVersionInformation(string?, string?, string?, string?)
Initializes a new instance of the ApplicationVersionInformation class.
public ApplicationVersionInformation(string? full, string? branch, string? commit, string? build)
Parameters
full
stringThe full version.
branch
stringThe branch.
commit
stringThe commit.
build
stringThe build.
Properties
Branch
Gets the branch.
public string? Branch { get; }
Property Value
Build
Gets the build.
public string? Build { get; }
Property Value
Commit
Gets the commit.
public string? Commit { get; }
Property Value
Full
Gets the build and commit together.
public string? Full { get; }
Property Value
Methods
Equals(object?)
Determines whether the specified object, is equal to this instance.
public override bool Equals(object? obj)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.