Table of Contents

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 Guid

The actual value.

Fields

NotSet

Gets the IdentityId representing "not set".

public static readonly IdentityId NotSet

Field Value

IdentityId

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 Guid

Guid to convert from.

Returns

IdentityId