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

Constructors

IdentityName(string)

Represents the name of the identity. Typically the username.

public IdentityName(string Value)

Parameters

Value string

Concept value.

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