Show / Hide Table of Contents

Interface ICustomValidity

Namespace: Eco.Core.Utils.PropertyScanning
Assembly: Eco.Gameplay.dll
Syntax
public interface ICustomValidity : IValidity

Properties

SkipPropertyValidation

If true, only the implementing objects Validity will be checked. If false, all properties will be validated and report added to result (default behavior). Is used in Demographics to ignore validity of props for Special Demographics as they are statically set up and cannot change.

Declaration
virtual bool SkipPropertyValidation { get; }
Property Value
Type Description
System.Boolean

Methods

Valid()

Declaration
Result Valid()
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
☀
☾