Table of Contents

Class IdentityName

Namespace
Cratis.Applications.Identity
Assembly
Cratis.Applications.dll

Represents the name of the identity. Typically the username.

public record IdentityName : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<IdentityName>
Inheritance
IdentityName
Implements
Inherited Members
Extension Methods

Constructors

IdentityName(string)

Represents the name of the identity. Typically the username.

public IdentityName(string Value)

Parameters

Value string

Concept value.

Fields

Empty

Represents an empty IdentityName.

public static readonly IdentityName Empty

Field Value

IdentityName

Operators

implicit operator IdentityName(string)

Implicitly convert from string to IdentityName.

public static implicit operator IdentityName(string value)

Parameters

value string

String to convert from.

Returns

IdentityName