Show / Hide Table of Contents

Class MappingDtoList

An encapsulated, serializable list of MappingDto object.

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

Constructors

MappingDtoList()

Declaration
public MappingDtoList()

Properties

Items

Gets or sets the items.

Declaration
public List<MappingDto> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.List<MappingDto>

The items.

In This Article
  • Constructors
    • MappingDtoList()
  • Properties
    • Items
Back to top Generated by DocFX