Class UpdateScreenResult
public sealed record UpdateScreenResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<UpdateScreenResult>
- Inheritance
-
EmptyResultUpdateScreenResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
UpdateScreenResult(ScreenInfo)
public UpdateScreenResult(ScreenInfo ScreenInfo)
Parameters
ScreenInfoScreenInfo
Properties
ScreenInfo
public ScreenInfo ScreenInfo { get; init; }