Class FormComponentCommandAttribute
Annotates methods of form components which are invocable as commands.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class FormComponentCommandAttribute : Attribute
- Inheritance
-
objectAttributeFormComponentCommandAttribute
- Extension Methods
Properties
CommandName
Name of the form component command. The name has to be unique within the component.
public string CommandName { get; set; }
Property Value
- string
Remarks
The annotated method name is used as the default command name.