McpResourceListResult
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe result of listing resources.
public sealed record McpResourceListResult : IEquatable<McpResourceListResult>Inheritance
Section titled “Inheritance”object ← McpResourceListResult
Implements
Section titled “Implements”IEquatable<McpResourceListResult>
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”McpResourceListResult()
Section titled “ McpResourceListResult()”public McpResourceListResult()Properties
Section titled “Properties”Resources
Section titled “ Resources”The resource list. Empty when McpResourceListResult.Status is not McpOperationStatus.Ok.
public IReadOnlyList<McpResourceSummary> Resources { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<McpResourceSummary>
Status
Section titled “ Status”The result status.
public required McpOperationStatus Status { 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(McpResourceListResult?)
Section titled “ Equals(McpResourceListResult?)”public bool Equals(McpResourceListResult? other)Parameters
Section titled “Parameters”other McpResourceListResult?
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 ==(McpResourceListResult?, McpResourceListResult?)
Section titled “ operator ==(McpResourceListResult?, McpResourceListResult?)”public static bool operator ==(McpResourceListResult? left, McpResourceListResult? right)Parameters
Section titled “Parameters”left McpResourceListResult?
right McpResourceListResult?
Returns
Section titled “Returns”operator !=(McpResourceListResult?, McpResourceListResult?)
Section titled “ operator !=(McpResourceListResult?, McpResourceListResult?)”public static bool operator !=(McpResourceListResult? left, McpResourceListResult? right)Parameters
Section titled “Parameters”left McpResourceListResult?
right McpResourceListResult?