Show / Hide Table of Contents

Interface IMatlabFunctionImplementationDefinition

Describes a MATLAB function inplementation definition.

Inherited Members
IFunctionImplementationDefinition.FromDto(FunctionImplementationDefinitionDto)
IFunctionImplementationDefinition.ToDto()
IFunctionImplementationDefinition.ImplementationId
Namespace: MESL.SqlRace.Domain.Functions.Matlab
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IMatlabFunctionImplementationDefinition : IFunctionImplementationDefinition

Properties

FilePath

Gets the file path.

Declaration
string FilePath { get; set; }
Property Value
Type Description
System.String

The file path.

InputMappings

Gets or sets the input mappings.

Declaration
IDictionary<string, string> InputMappings { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

The input mappings.

OutputMappings

Gets or sets the output mappings.

Declaration
IDictionary<string, string> OutputMappings { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

The output mappings.

Back to top Generated by DocFX