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
stringConcept value.
Operators
implicit operator IdentityName(string)
Implicitly convert from string to IdentityName.
public static implicit operator IdentityName(string value)
Parameters
value
stringString to convert from.