OrConstraint Class
This [OrConstraint] contains a collection of constraints that will be grouped together as a bitwise OR operation. It is responsible for validating the containing IConstraints and will be valid as long as one of the constraints contained is valid. The purpose of this is to allow multiple constraints to be added and create a run as long as one is valid scheme.
Assembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
public class OrConstraint : AbstractContainerConstraint
Public Class OrConstraint _ Inherits AbstractContainerConstraint
public ref class OrConstraint : public AbstractContainerConstraint
Inheritance Hierarchy
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractLicenseData
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractConstraint
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractContainerConstraint
CAS.Lib.CodeProtect.LicenseDsc.Constraints..::..OrConstraint