Class PropError
Inheritance
System.Object
PropError
Assembly: Eco.Gameplay.dll
Syntax
public class PropError : Object, IController, IViewController, IHasUniversalID
Constructors
PropError()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Error
Declaration
public LocString Error { get; set; }
Property Value
PropPath
Declaration
public string PropPath { get; set; }
Property Value
Type |
Description |
System.String |
|
PropPathDisplay
Declaration
public string PropPathDisplay { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Make(LocString, ScanScope)
Declaration
public static PropError Make(LocString error, ScanScope scope)
Parameters
Returns
Declaration
public static PropError MakeLoc(FormattableString error, ScanScope scope)
Parameters
Type |
Name |
Description |
System.FormattableString |
error |
|
ScanScope |
scope |
|
Returns
Implements
Extension Methods