Table of Contents

Class Username

Namespace
Cratis.Chronicle.Security
Assembly
Cratis.Chronicle.dll

Represents a username.

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

Constructors

Username(string)

Represents a username.

public Username(string Value)

Parameters

Value string

The actual value.

Fields

Empty

Gets the representation of an empty Username.

public static readonly Username Empty

Field Value

Username

Operators

implicit operator Username(string)

Implicitly convert from a string to Username.

public static implicit operator Username(string value)

Parameters

value string

String to convert from.

Returns

Username