public class ExportElement { public int ExportElementId { get; set; } public int ProductDefinitionId { get; set; } public string ProductDefinitionFullName { get; set; } public long ProductId { get; set; } public string Name { get; set; } public string SerialNo { get; set; } public string ValidityDate { get; set; } public double? Quantity { get; set; } public int ExportElementStateId { get; set; } public string Barcode { get; set; } public double? DefinitionCount { get; set; } public string EAN { get; set; } public string ProductUnitName { get; set; } public string ShortName { get; set; } public int? ExternalImportId { get; set; } public string DoseType { get; set; } public bool IsWarning { get; set; } public bool? IsActive { get; set; } public string Warning { get; set; } public double CountInBox { get; set; } public bool IsInActiveExport { get; set; } public int? PatientId { get; set; } }