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
ValuestringConcept value.
Fields
Empty
Represents an empty IdentityName.
public static readonly IdentityName Empty
Field Value
Operators
implicit operator IdentityName(string)
Implicitly convert from string to IdentityName.
public static implicit operator IdentityName(string value)
Parameters
valuestringString to convert from.