SimpleStatus Class

Lots of methods need to return a Success state and an associated Message.

Definition

Namespace: HyperX.Types
Assembly: HyperX.Types (in HyperX.Types.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class SimpleStatus : IEquatable<SimpleStatus>
Inheritance
Object    SimpleStatus
Implements
IEquatableSimpleStatus

Constructors

SimpleStatus(ValueTupleBoolean, String)Initializes a new instance of the SimpleStatus class
SimpleStatus(Boolean, String)Initializes a new instance of the SimpleStatus class

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)

Fields

See Also