Interface IFunctionImplementationDefinition
Interface describing an implementation-specific function implemention definition.
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFunctionImplementationDefinition
Properties
ImplementationId
Gets the ID of the implementation of this definition
Declaration
Guid ImplementationId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
FromDto(FunctionImplementationDefinitionDto)
Deserialize from DTO.
Declaration
void FromDto(FunctionImplementationDefinitionDto dto)
Parameters
Type | Name | Description |
---|---|---|
FunctionImplementationDefinitionDto | dto | The data transfer object. |
ToDto()
Serialize to DTO.
Declaration
FunctionImplementationDefinitionDto ToDto()
Returns
Type | Description |
---|---|
FunctionImplementationDefinitionDto |