Class MacroRuleConfiguration
Contains configuration data of the related macro rule.
public class MacroRuleConfiguration
- Inheritance
-
objectMacroRuleConfiguration
- Extension Methods
Properties
MacroRuleName
Code name of the related macro rule.
public string MacroRuleName { get; set; }
Property Value
- string
Parameters
Collection of all available parameters that are defined for related macro rule.
public IEnumerable<IParameterClientPropertiesBase> Parameters { get; set; }
Property Value
- IEnumerable<IParameterClientPropertiesBase>