Class IdAtVersion
Represents an id at a particular version
Constructors
IdAtVersion()
Declaration
public IdAtVersion()
Properties
Id
The Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Version
The version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |