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