 | InspectorPropertyAttributeValidate Method |
Checks whether the passed value is valid for this property.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic virtual ValidationError Validate(
Object value
)
Public Overridable Function Validate (
value As Object
) As ValidationError
public:
virtual ValidationError^ Validate(
Object^ value
)
abstract Validate :
value : Object -> ValidationError
override Validate :
value : Object -> ValidationError
Parameters
- value
- Type: SystemObject
Value to check.
Return Value
Type:
ValidationErrornull, if the passed value is valid for this property,
and
ValidationError which contains information about the error otherwise.
See Also