Class IdAtVersion
Represents an id at a particular version
public class IdAtVersion
- Inheritance
-
IdAtVersion
- Inherited Members
Constructors
IdAtVersion()
public IdAtVersion()
Properties
Id
The Id
public long Id { get; set; }
Property Value
Version
The version
public string Version { get; set; }