Class IgnoreValidityAttribute
When this is encountered, the Property Scanner will continue scanning that property and any children properties, but will no longer check validity. This is useful when you have a property with members who's validity shouldnt affect our own (like actions that an election references), but you still want to perform the other features PropertyManager provides (like setting up references).
Inheritance
System.Object
IgnoreValidityAttribute
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public class IgnoreValidityAttribute : Attribute
Constructors
IgnoreValidityAttribute()
Declaration
public IgnoreValidityAttribute()