PerformRule Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
The PerformRule type exposes the following members.
Name | Description | |
---|---|---|
PerformRule |
Initializes a new instance of the PerformRule class.
|
Name | Description | |
---|---|---|
IsEnabled |
Gets or sets a value indicating whether this instance is enabled.
(Inherited from TaskRule.) | |
Operand |
Gets or sets the operand.
(Inherited from TaskRule.) | |
OperatorToUse |
Gets or sets the operator to use.
(Inherited from TaskRule.) | |
SettingName |
Gets or sets the name of the setting.
(Inherited from TaskRule.) | |
TargetElementType |
Gets or sets the type of the target element.
(Inherited from TaskRule.) | |
XmlRootName |
Gets the name of the XML root element to use for persisting the rule to xml.
(Overrides TaskRuleXmlRootName.) |
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.) |
Name | Description | |
---|---|---|
HasBeenChanged |
Event which is raised when a property of this parameter has been changed.
(Inherited from TaskRule.) |