IAction |
public interface IActionConditionForTemplate : IActionOnProperty, IImmutable
The IActionConditionForTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| Description |
Gets or sets the description of the action.
(Inherited from IActionOnProperty) | |
| 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 the name of the property that the action operates on.
This property is required and must be initialized when implementing classes are instantiated.
(Inherited from IActionOnProperty) |
| Name | Description | |
|---|---|---|
| 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. |