Class DotNetFunctionImplementationDefinition
.NET function implementation definition.
Inheritance
System.Object
DotNetFunctionImplementationDefinition
Implements
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 |
---|---|
IDot |
ImplementationId
Gets the ID of the implementation of this definition
Declaration
public Guid ImplementationId { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
FromDto(FunctionImplementationDefinitionDto)
Deserialize from DTO.
Declaration
public void FromDto(FunctionImplementationDefinitionDto dto)
Parameters
Type | Name | Description |
---|---|---|
Function |
dto | The data transfer object. |
Exceptions
Type | Condition |
---|---|
System. |
This method is not supported for this function type. |
ToDto()
Serialize to DTO.
Declaration
public FunctionImplementationDefinitionDto ToDto()
Returns
Type | Description |
---|---|
Function |
Exceptions
Type | Condition |
---|---|
System. |
This method is not supported for this function type. |