Table of Contents

Class RedactionReason

Namespace
Cratis.Chronicle.Events
Assembly
Cratis.Chronicle.dll

Represents the concept of a reason for redacting an event.

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

Constructors

RedactionReason(string)

Represents the concept of a reason for redacting an event.

public RedactionReason(string Value)

Parameters

Value string

Inner value.

Fields

Unknown

Represents the unknown redaction reason.

public static readonly RedactionReason Unknown

Field Value

RedactionReason

Operators

implicit operator RedactionReason(string)

Implicitly convert from string to RedactionReason.

public static implicit operator RedactionReason(string value)

Parameters

value string

String to convert from.

Returns

RedactionReason