Action |
public class ActionTextConditionForTemplate : IActionConditionForTemplate, IActionOnProperty, IImmutable, IEquatable<ActionTextConditionForTemplate>
The ActionTextConditionForTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionTextConditionForTemplate | Initializes a new instance of the ActionTextConditionForTemplate class |
| Name | Description | |
|---|---|---|
| Condition | Gets or sets the condition value that must be met for the action to be executed. If the property matches the condition value, the ProjectItemsUsedAsTemplate will be copied to the target folder. | |
| ConditionComparisonKind | Designates how to compare the property value to the Condition. | |
| Description | Gets or sets the description of the action. | |
| IsConditionCaseSensitive | Gets or sets a value indicating whether the condition check should be case-sensitive. | |
| OverwriteProjectItems | Gets or sets a value indicating whether existing items in the target folder should be overridden when copying the project items. | |
| ProjectItemsUsedAsTemplate | List of project items to be copied to the target folder if the condition is met. | |
| PropertyName | Gets or sets the name of the property to be put into the property bag. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Matches | Evaluates whether the specified properties match the condition defined by this action. The condition is based on the property name and value specified in the action. If a property with the same name exists in the provided properties and its value matches the condition, the method returns true; otherwise, it returns false. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |