Show / Hide Table of Contents

Interface IReferrerDependentValidity

Defines a validity to be used when item is referenced by something else.

Inherited Members
ICustomValidity.Valid()
ICustomValidity.SkipPropertyValidation
Namespace: Eco.Core.Utils.PropertyScanning
Assembly: Eco.Gameplay.dll
Syntax
public interface IReferrerDependentValidity : ICustomValidity, IValidity

Methods

Valid(Type, Type)

Check if valid for types that refer to this item. IE, some references to a given object may be valid while others invalid, depending on who's referring to it.

Declaration
Result Valid(Type referrerType, Type referrerRootType)
Parameters
Type Name Description
System.Type referrerType

The immediate parent of the item.

System.Type referrerRootType

The root object this item belongs to.

Returns
Type Description
Result

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
☀
☾