Class RedactionReason
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
ValuestringInner value.
Fields
Unknown
Represents the unknown redaction reason.
public static readonly RedactionReason Unknown
Field Value
Operators
implicit operator RedactionReason(string)
Implicitly convert from string to RedactionReason.
public static implicit operator RedactionReason(string value)
Parameters
valuestringString to convert from.