TenantRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRequest to create/update a tenant record.
public sealed record TenantRequest : IEquatable<TenantRequest>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”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”TenantRequest()
Section titled “ TenantRequest()”public TenantRequest()Properties
Section titled “Properties”DisplayName
Section titled “ DisplayName”Name shown in the UI. If left empty, the key is used.
public string? DisplayName { 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(TenantRequest?)
Section titled “ Equals(TenantRequest?)”public bool Equals(TenantRequest? other)Parameters
Section titled “Parameters”other TenantRequest?
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 ==(TenantRequest?, TenantRequest?)
Section titled “ operator ==(TenantRequest?, TenantRequest?)”public static bool operator ==(TenantRequest? left, TenantRequest? right)Parameters
Section titled “Parameters”left TenantRequest?
right TenantRequest?
Returns
Section titled “Returns”operator !=(TenantRequest?, TenantRequest?)
Section titled “ operator !=(TenantRequest?, TenantRequest?)”public static bool operator !=(TenantRequest? left, TenantRequest? right)Parameters
Section titled “Parameters”left TenantRequest?
right TenantRequest?