Show / Hide Table of Contents

Class PropError

Inheritance
System.Object
PropError
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Core.Utils.PropertyScanning
Assembly: Eco.Gameplay.dll
Syntax
public class PropError : Object, IController, IViewController, IHasUniversalID

Constructors

PropError()

Declaration
public PropError()

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Error

Declaration
public LocString Error { get; set; }
Property Value
Type Description
LocString

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
Type Name Description
LocString error
ScanScope scope
Returns
Type Description
PropError

MakeLoc(FormattableString, ScanScope)

Declaration
public static PropError MakeLoc(FormattableString error, ScanScope scope)
Parameters
Type Name Description
System.FormattableString error
ScanScope scope
Returns
Type Description
PropError

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾