Show / Hide Table of Contents

Class DotNetFunctionImplementationDefinition

.NET function implementation definition.

Inheritance
System.Object
DotNetFunctionImplementationDefinition
Implements
IFunctionImplementationDefinition
Namespace: MESL.SqlRace.Domain.Functions.DotNet
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class DotNetFunctionImplementationDefinition : Object, IFunctionImplementationDefinition

Constructors

DotNetFunctionImplementationDefinition()

Declaration
public DotNetFunctionImplementationDefinition()

Properties

Function

The actual function defintion.

Declaration
public IDotNetFunction Function { get; set; }
Property Value
Type Description
IDotNetFunction

ImplementationId

Gets the ID of the implementation of this definition

Declaration
public Guid ImplementationId { get; }
Property Value
Type Description
System.Guid

Methods

FromDto(FunctionImplementationDefinitionDto)

Deserialize from DTO.

Declaration
public void FromDto(FunctionImplementationDefinitionDto dto)
Parameters
Type Name Description
FunctionImplementationDefinitionDto dto

The data transfer object.

Exceptions
Type Condition
System.NotSupportedException

This method is not supported for this function type.

ToDto()

Serialize to DTO.

Declaration
public FunctionImplementationDefinitionDto ToDto()
Returns
Type Description
FunctionImplementationDefinitionDto
Exceptions
Type Condition
System.NotSupportedException

This method is not supported for this function type.

Implements

IFunctionImplementationDefinition
In This Article
  • Constructors
    • DotNetFunctionImplementationDefinition()
  • Properties
    • Function
    • ImplementationId
  • Methods
    • FromDto(FunctionImplementationDefinitionDto)
    • ToDto()
  • Implements
Back to top Generated by DocFX