Show / Hide Table of Contents

Class StandardMetadata

Inheritance
Object
StandardMetadata
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public static class StandardMetadata

Fields

EventId

The unique identifier of an event.

Declaration
public const string EventId = "EventId"
Field Value
String

FullName

The full type name of the message payload (i.e. event or command).

Declaration
public const string FullName = "FullName"
Field Value
String

Module

The module that a type belongs to.

Declaration
public const string Module = "Module"
Field Value
String

Stream

The stream that a type belongs to.

Declaration
public const string Stream = "Stream"
Field Value
String

Tenant

The tenant that owns the information.

Declaration
public const string Tenant = "Tenant"
Field Value
String

TypeName

The simple type name (without the namespace) of the message payload (i.e. event or command).

Declaration
public const string TypeName = "TypeName"
Field Value
String

Version

The Version of an event for an aggregate.

Declaration
public const string Version = "Version"
Field Value
String

Back to top Generated by DocFX