Struct BuildVersion
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct BuildVersion : IEquatable<BuildVersion>
Properties
Branch
Declaration
[AlgoApiField("branch")]
public string Branch { get; set; }
Property Value
Build_number
Declaration
[AlgoApiField("build_number")]
public ulong Build_number { get; set; }
Property Value
Channel
Declaration
[AlgoApiField("channel")]
public string Channel { get; set; }
Property Value
Commit_hash
Declaration
[AlgoApiField("commit_hash")]
public string Commit_hash { get; set; }
Property Value
Major
Declaration
[AlgoApiField("major")]
public ulong Major { get; set; }
Property Value
Minor
Declaration
[AlgoApiField("minor")]
public ulong Minor { get; set; }
Property Value
Methods
Equals(BuildVersion)
Declaration
public bool Equals(BuildVersion other)
Parameters
Returns