Show / Hide Table of Contents

Class MappingDto

A data transfer object for a mapping.

Inheritance
System.Object
MappingDto
Namespace: MESL.SqlRace.Domain.Functions.Matlab
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class MappingDto : Object

Constructors

MappingDto()

Declaration
public MappingDto()

Properties

From

Gets or sets from identifier.

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

The from identifier.

To

Gets or sets the to identifier.

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

The to identifier.

Back to top Generated by DocFX