CurrentTenantResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllTenant of the current request.
public sealed record CurrentTenantResponse : IEquatable<CurrentTenantResponse>Inheritance
Section titled “Inheritance”object ← CurrentTenantResponse
Implements
Section titled “Implements”IEquatable<CurrentTenantResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”CurrentTenantResponse()
Section titled “ CurrentTenantResponse()”public CurrentTenantResponse()Properties
Section titled “Properties”TenantId
Section titled “ TenantId”Tenant identifier.
public required string TenantId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(CurrentTenantResponse?)
Section titled “ Equals(CurrentTenantResponse?)”public bool Equals(CurrentTenantResponse? other)Parameters
Section titled “Parameters”other CurrentTenantResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(CurrentTenantResponse?, CurrentTenantResponse?)
Section titled “ operator ==(CurrentTenantResponse?, CurrentTenantResponse?)”public static bool operator ==(CurrentTenantResponse? left, CurrentTenantResponse? right)Parameters
Section titled “Parameters”left CurrentTenantResponse?
right CurrentTenantResponse?
Returns
Section titled “Returns”operator !=(CurrentTenantResponse?, CurrentTenantResponse?)
Section titled “ operator !=(CurrentTenantResponse?, CurrentTenantResponse?)”public static bool operator !=(CurrentTenantResponse? left, CurrentTenantResponse? right)Parameters
Section titled “Parameters”left CurrentTenantResponse?
right CurrentTenantResponse?