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
stringThe inner value.
Operators
implicit operator TenantId(string)
public static implicit operator TenantId(string value)
Parameters
value
stringValue to convert from.