Class BaseResult
Base type for all results
Inheritance
System.Object
BaseResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sloader.Result
Assembly: Sloader.Result.dll
Syntax
public abstract class BaseResult
Properties
View SourceResultType
This property will tell clients the exact result type.
Each result type has different properties, so use this to determine which property is available.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public abstract KnownResultType ResultType { get; }
Property Value
Type | Description |
---|---|
KnownResultType |