PerformRule Methods |
The PerformRule type exposes the following members.
Name | Description | |
---|---|---|
CopyValues |
Copies the values into this instance
(Inherited from TaskRule.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate(Project) |
Evaluates this rule on the specified project. If the rule is disabled, it's automatically accepted. If the rule evaluates to false, the rule is denied
and the associated taskgroupelement won't be performed.
| |
Evaluate(ITargetFrameworkHolder, IOutputSettingValuesTarget) |
Evaluates this rule on the specified element and project. If the rule is disabled, it's automatically accepted. If the rule evaluates to false, the rule is denied
and the associated taskgroupelement won't be performed.
(Inherited from TaskRule.) | |
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.) | |
IsEmpty |
Determines whether this instance is empty. This is true if there's no operator defined.
(Inherited from TaskRule.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |