Class GetPropertiesResult
public sealed record GetPropertiesResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetPropertiesResult>
- Inheritance
-
EmptyResultGetPropertiesResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetPropertiesResult(ImmutableArray<PropertyDescriptor>, ImmutableArray<InternalPropertyDescriptor>?, ImmutableArray<PrivatePropertyDescriptor>?, ExceptionDetails?)
public GetPropertiesResult(ImmutableArray<PropertyDescriptor> Result, ImmutableArray<InternalPropertyDescriptor>? InternalProperties, ImmutableArray<PrivatePropertyDescriptor>? PrivateProperties, ExceptionDetails? ExceptionDetails)
Parameters
ResultImmutableArray<PropertyDescriptor>Object properties.
InternalPropertiesImmutableArray<InternalPropertyDescriptor>?Internal object properties (only of the element itself).
PrivatePropertiesImmutableArray<PrivatePropertyDescriptor>?Object private properties.
ExceptionDetailsExceptionDetailsException details.
Properties
ExceptionDetails
Exception details.
public ExceptionDetails? ExceptionDetails { get; init; }
Property Value
InternalProperties
Internal object properties (only of the element itself).
public ImmutableArray<InternalPropertyDescriptor>? InternalProperties { get; init; }
Property Value
PrivateProperties
Object private properties.
public ImmutableArray<PrivatePropertyDescriptor>? PrivateProperties { get; init; }
Property Value
Result
Object properties.
public ImmutableArray<PropertyDescriptor> Result { get; init; }