Click or drag to resize

NotNullOrEmptyCollectionAttributeIsValid Method

Determines whether the specified value of the object is valid.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public override bool IsValid(
	Object value
)

Parameters

value  Object
The value of the object to validate.

Return Value

Boolean
if the specified value is valid; otherwise, .
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current attribute is malformed.
NotImplementedExceptionNeither overload of IsValid has been implemented by a derived class.
See Also