Class IdentityId
- Namespace
- Cratis.Chronicle.Identities
- Assembly
- Cratis.Chronicle.dll
Represents an identifier for details holding actual Identity.
public record IdentityId : ConceptAs<Guid>, IComparable<ConceptAs<Guid>>, IComparable<Guid>, IComparable, IEquatable<ConceptAs<Guid>>, IEquatable<IdentityId>
- Inheritance
-
IdentityId
- Implements
- Inherited Members
Constructors
IdentityId(Guid)
Represents an identifier for details holding actual Identity.
public IdentityId(Guid Value)
Parameters
Value
GuidThe actual value.
Fields
NotSet
Gets the IdentityId representing "not set".
public static readonly IdentityId NotSet
Field Value
Methods
New()
Creates a new IdentityId.
public static IdentityId New()
Returns
- IdentityId
Newly created IdentityId.
Operators
implicit operator IdentityId(Guid)
Implicitly convert from Guid to IdentityId.
public static implicit operator IdentityId(Guid value)
Parameters
value
GuidGuid to convert from.