-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVesselDetail.cs
More file actions
62 lines (59 loc) · 2.86 KB
/
VesselDetail.cs
File metadata and controls
62 lines (59 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace jQueryDataTable
{
using System;
using System.Collections.Generic;
public partial class VesselDetail
{
public int VesselDetailId { get; set; }
public int ReportableEventId { get; set; }
public string BriefDescription { get; set; }
public string Cargo { get; set; }
public Nullable<int> CoastalstateId { get; set; }
public Nullable<System.DateTime> DateofEvent { get; set; }
public string Flag { get; set; }
public string IMONumber { get; set; }
public Nullable<bool> IsImoMatched { get; set; }
public Nullable<bool> IsFatality { get; set; }
public Nullable<bool> IsInjuredPerson { get; set; }
public Nullable<bool> IsMaterialDamage { get; set; }
public Nullable<bool> IsMissingPerson { get; set; }
public Nullable<bool> IsPollution { get; set; }
public string LatitudeDecimal { get; set; }
public string LatitudeDegree { get; set; }
public string LatitudeDirection { get; set; }
public string LongitudeDecimal { get; set; }
public string LongitudeDegree { get; set; }
public string LongitudeDirection { get; set; }
public Nullable<decimal> LengthOverAll { get; set; }
public Nullable<bool> NotApplicable { get; set; }
public Nullable<int> NoOfCrewOnBoard { get; set; }
public Nullable<int> NoOfPasengers { get; set; }
public Nullable<int> NoOfSuperNumeraries { get; set; }
public string OperationofVesselId { get; set; }
public Nullable<bool> PECHolder { get; set; }
public Nullable<int> StageofPassageId { get; set; }
public string ReportableTimeofEvent { get; set; }
public string ReportableTimeZone { get; set; }
public Nullable<bool> UnderPilotage { get; set; }
public Nullable<int> VesselTypeId { get; set; }
public string OtherVessel { get; set; }
public string VoyageFrom { get; set; }
public string VoyageTo { get; set; }
public string VesselName { get; set; }
public Nullable<bool> IsSuppressed { get; set; }
public string OtherOperationVessel { get; set; }
public Nullable<System.DateTime> CreatedDt { get; set; }
public string CreatedBy { get; set; }
public Nullable<System.DateTime> UpdatedDt { get; set; }
public string UpdatedBy { get; set; }
public virtual ReportableEvent ReportableEvent { get; set; }
}
}