Show / Hide Table of Contents

Class DisplayErrorUIExtension

Inheritance
System.Object
DisplayErrorUIExtension
Namespace: Eco.Gameplay.Civics.Misc
Assembly: Eco.Gameplay.dll
Syntax
public static class DisplayErrorUIExtension : Object

Methods

CheckAndUpdateValidity(IDisplayErrorUI, PropertyInfo, Object)

This function will check and update IDisplayErrorUI.Errors property.

Declaration
public static void CheckAndUpdateValidity(this IDisplayErrorUI displayErrorUI, PropertyInfo prop, object objParent)
Parameters
Type Name Description
IDisplayErrorUI displayErrorUI
System.Reflection.PropertyInfo prop
System.Object objParent

InitializeDisplayErrorUI(IDisplayErrorUI, ISubscriptions<ThreadSafeSubscriptions>)

Declaration
public static void InitializeDisplayErrorUI(this IDisplayErrorUI displayError, ISubscriptions<ThreadSafeSubscriptions> mainSubscriptions)
Parameters
Type Name Description
IDisplayErrorUI displayError
ISubscriptions<ThreadSafeSubscriptions> mainSubscriptions
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾