Show / Hide Table of Contents

Class FunctionManagerGetFunctionMessageResponse

Inheritance
System.Object
FunctionManagerGetFunctionMessageResponse
Namespace: MESL.SqlRace.Domain.Remoting.Messages
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionManagerGetFunctionMessageResponse : MessageBase

Constructors

FunctionManagerGetFunctionMessageResponse(FunctionDefinition)

Declaration
public FunctionManagerGetFunctionMessageResponse(FunctionDefinition functionDefinition)
Parameters
Type Name Description
MESL.SqlRace.Functions.Types.FunctionDefinition functionDefinition

Properties

FunctionDefinition

Declaration
public FunctionDefinition FunctionDefinition { get; }
Property Value
Type Description
MESL.SqlRace.Functions.Types.FunctionDefinition
Back to top Generated by DocFX