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. |