-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenStudioUpdateResult
SourceGenStudioUpdateResult Class
Definition
Show inherited members (7)
public sealed record SourceGenStudioUpdateResult(bool Succeeded, string Message, long OperationId, string? RequestId, long? CorrelationId, SourceGenStudioOperationState State, bool SourcePersisted, bool LocalUpdateObserved, bool RuntimeFallbackApplied, string? BuildUri = null, Type? TargetType = null, Exception? Error = null, IReadOnlyList<string>? Diagnostics = null) : IEquatable<SourceGenStudioUpdateResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
SourceGenStudioUpdateResult(Boolean, String, Int64, String?, Nullable<Int64>, SourceGenStudioOperationState, Boolean, Boolean, Boolean, String?, Type?, Exception?, IReadOnlyList<String>?)
Properties (13)