Class Tag
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
ValuestringThe value of the tag.
Operators
implicit operator Tag(string)
Implicitly converts a string to a Tag.
public static implicit operator Tag(string tag)
Parameters
tagstringThe tag as a string.