Interface IFoundationActionDefinition
Interface representing a foundation action definition.
Namespace: Serenity.Global.Domain.Interfaces
Assembly: Serenity.Global.Domain.dll
Syntax
public interface IFoundationActionDefinition : IFoundationSettings
Properties
Signal
Gets the signal associated with the action definition.
Declaration
string Signal { get; }
Property Value
| Type | Description |
|---|---|
| string | The signal as a string. |