Class ValidateNotNullAttribute
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Attribute used to mark fields that should not be null.
[AttributeUsage(AttributeTargets.Field)]
[Version(4, 3, 0)]
public class ValidateNotNullAttribute : ValidationAttribute
- Inheritance
-
ValidateNotNullAttribute
- Derived
- Inherited Members
- Extension Methods
Constructors
Methods
- IsValid(SerializedProperty)
Checks if the property is not null.