Table of Contents

Class Tag

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

Represents a tag associated with an event, observer, or read model.

public record Tag : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<Tag>
Inheritance
Tag
Implements
Inherited Members

Constructors

Tag(string)

Represents a tag associated with an event, observer, or read model.

public Tag(string Value)

Parameters

Value string

The value of the tag.

Operators

implicit operator Tag(string)

Implicitly converts a string to a Tag.

public static implicit operator Tag(string tag)

Parameters

tag string

The tag as a string.

Returns

Tag