Table of Contents

Class TenantId

Namespace
Cratis.Applications.Tenancy
Assembly
Cratis.Applications.dll

Represents the concept of a tenant identifier.

public record TenantId : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<TenantId>
Inheritance
TenantId
Implements
Inherited Members

Constructors

TenantId(string)

Represents the concept of a tenant identifier.

public TenantId(string Value)

Parameters

Value string

The inner value.

Operators

implicit operator TenantId(string)

Implicitly convert from a string to a TenantId.

public static implicit operator TenantId(string value)

Parameters

value string

Value to convert from.

Returns

TenantId