Class MatlabFunctionImplementationDefinitionDto
A data transfer object for the function implementation definition of a MATLAB function.
Inheritance
System.Object
    
    MatlabFunctionImplementationDefinitionDto
  Inherited Members
Namespace: MESL.SqlRace.Domain.Functions.Matlab
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class MatlabFunctionImplementationDefinitionDto : FunctionImplementationDefinitionDto
  Constructors
MatlabFunctionImplementationDefinitionDto()
Initializes a new instance of the MatlabFunctionImplementationDefinitionDto class.
Declaration
public MatlabFunctionImplementationDefinitionDto()
  Properties
FilePath
Gets or sets the file path.
Declaration
public string FilePath { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The file path.  | 
      
FilePathCdata
Gets or sets the file path, wrapped as a CDATA section.
Declaration
public XmlCDataSection FilePathCdata { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Xml.XmlCDataSection | An XmlCDataSection containing the file path.  | 
      
InputMappings
Gets or sets the input mappings.
Declaration
public MappingDtoList InputMappings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MappingDtoList | The input mappings.  | 
      
OutputMappings
Gets or sets the output mappings.
Declaration
public MappingDtoList OutputMappings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MappingDtoList | The output mappings.  |