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
 
- Extension Methods
 
Constructors
TenantId(string)
Represents the concept of a tenant identifier.
public TenantId(string Value)
  Parameters
ValuestringThe inner value.
Operators
implicit operator TenantId(string)
public static implicit operator TenantId(string value)
  Parameters
valuestringValue to convert from.