Class PrologueType
A common prologue on each data component. This is the base class for each data component class.
Inheritance
System.Object
PrologueType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class PrologueType
Properties
Id
Globally unique identifier of the data component. Required
Declaration
[JsonProperty("$id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
lastUpdateTimestamp
Timestamp of the last time the data component was modified Required.
Declaration
public string lastUpdateTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
updatedByAgencyReference
Owning Agency Identifier. This includes private and public providers. Agencies are globally unique. Required.
Declaration
public ReferenceType updatedByAgencyReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
updatedByAgentReference
A globally unique identifier of the agent or automaton that updated the data component last
Declaration
public ReferenceType updatedByAgentReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |