Class CacheInstructionDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class CacheInstructionDto
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InstructionCount
Declaration
public int InstructionCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Instructions
Declaration
public string Instructions { get; set; }
Property Value
Type |
Description |
System.String |
|
OriginIdentity
Declaration
public string OriginIdentity { get; set; }
Property Value
Type |
Description |
System.String |
|
UtcStamp
Declaration
public DateTime UtcStamp { get; set; }
Property Value
Type |
Description |
System.DateTime |
|