Click or drag to resize
CreateOrderValidatorIsValid Property
Gets a value indicating whether validation succeeded.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public bool IsValid { get; }

Property Value

Type: Boolean

Implements

IValidatorIsValid
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when Validate has not been called yet.
See Also