Class FunctionManagerGetFunctionsResponseMessage
FunctionManager response message to the GetFunctions request
Inheritance
System.Object
FunctionManagerGetFunctionsResponseMessage
Namespace: MESL.SqlRace.Domain.Remoting.Messages
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FunctionManagerGetFunctionsResponseMessage : MessageBase
Constructors
FunctionManagerGetFunctionsResponseMessage(Guid, IList<IFunctionDefinition>)
Declaration
public FunctionManagerGetFunctionsResponseMessage(Guid messageKey, IList<IFunctionDefinition> functionDefinitions)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | messageKey | |
System.Collections.Generic.IList<MESL.SqlRace.Functions.Types.IFunctionDefinition> | functionDefinitions |
Properties
FunctionDefinitions
Function definition list
Declaration
public IList<IFunctionDefinition> FunctionDefinitions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<MESL.SqlRace.Functions.Types.IFunctionDefinition> |