Class FunctionExecutionStrategyDefinitionDto
An abstract data transfer object for function trigger definitions.
Inheritance
System.Object
FunctionExecutionStrategyDefinitionDto
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public abstract class FunctionExecutionStrategyDefinitionDto : Object
Constructors
FunctionExecutionStrategyDefinitionDto(Guid)
Initializes a new instance of the FunctionExecutionStrategyDefinitionDto class.
Declaration
protected FunctionExecutionStrategyDefinitionDto(Guid executionStrategyUniqueId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | executionStrategyUniqueId | The execution strategy unique identifier. |
Properties
ExecutionStrategyUniqueId
Gets the execution strategy unique identifier.
Declaration
public Guid ExecutionStrategyUniqueId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The execution strategy unique identifier. |