Normal |
The NormalConstraintElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | NormalConstraintElement | Initializes a new instance of the NormalConstraintElement class. |
![]() | NormalConstraintElement(ConstraintElement) | Initializes a new instance of the NormalConstraintElement class with a specified constraint element. |
Name | Description | |
---|---|---|
![]() | Bar | Gets or sets a value indicating whether this constraint uses bar logic. |
![]() | Element |
Gets or sets the next constraint element in the chain.
(Inherited from ConstraintElement) |
![]() | ExceptConstraint |
Gets or sets the constraint that, if satisfied, will cause this constraint to be excluded.
(Inherited from ConstraintElement) |
![]() | ExtraElements | Gets the list of extra constraint elements associated with this constraint. |
![]() | Intersect | Gets or sets a value indicating whether this constraint uses intersect logic. |
![]() | Union | Gets or sets a value indicating whether this constraint uses union logic. |
Name | Description | |
---|---|---|
![]() | Add | Adds an extra constraint element to this constraint. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | Verify |
Verifies whether the specified SNMP data satisfies the constraint.
(Overrides ConstraintElementVerify(ISnmpData)) |