Class ExportForm<TSourceForm, TDestinationForm>
- Namespace
- MES.MQC.ExportLibrary.Models.Forms
- Assembly
- MES.MQC.ExportLibrary.dll
public class ExportForm<TSourceForm, TDestinationForm> : ExportForm where TSourceForm : class, new() where TDestinationForm : class, new()
Type Parameters
TSourceFormTDestinationForm
- Inheritance
-
ExportForm<TSourceForm, TDestinationForm>
- Inherited Members
Properties
Destination
public TDestinationForm Destination { get; set; }
Property Value
- TDestinationForm
Source
public TSourceForm Source { get; set; }
Property Value
- TSourceForm