Interface ICustomValidity
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
Returns
Extension Methods