The Policy type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) |
Properties
| Name | Description | |
|---|---|---|
| Behaviors |
The list of behaviors to perform when conditions are satisfied.
| |
| Conditions |
The list of conditions that must be satisfied in order to perform behaviors.
| |
| Enabled |
Specifies whether the system will include this policy when evaluating the policy set.
| |
| EvaluationMode |
Determines the extent of policy conditions that must be satisfied in order to perform behaviors.
| |
| Id |
The ID of this policy.
| |
| Index |
The policy's number in the order of policies contained in the policy set.
| |
| PolicyType |
Determines at what point in the call the policy will be evaluated.
|