Validates that the Subscription follows the iMIS business rules for Subscriptions of this type

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public override bool Validate()
Visual Basic (Declaration)
Public Overrides Function Validate As Boolean
Visual C++
public:
virtual bool Validate() override

Return Value

True if there are no errors; false otherwise.

See Also