Class FunctionBuiltEventArgs
Event args for a function being built
Inheritance
System.Object
FunctionBuiltEventArgs
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionBuiltEventArgs : EventArgs
Constructors
FunctionBuiltEventArgs(IFunctionDefinition)
Initializes a new instance of the FunctionBuiltEventArgs class.
Declaration
public FunctionBuiltEventArgs(IFunctionDefinition functionDef)
Parameters
Type | Name | Description |
---|---|---|
IFunctionDefinition | functionDef | The function definition. |
Properties
FunctionDefinition
Gets the function definition.
Declaration
public IFunctionDefinition FunctionDefinition { get; }
Property Value
Type | Description |
---|---|
IFunctionDefinition | The function definition. |