//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
namespace AffectedApplicationWebServices.Database
{
using System;
using System.Collections.Generic;
public partial class AffectedApplication
{
public string LGOperatingLicenceNumber { get; set; }
public Nullable IssueNumber { get; set; }
public Nullable IssueDate { get; set; }
public Nullable ExpiryDate { get; set; }
public string CertificateNumber { get; set; }
public string LicenceStatus { get; set; }
public Nullable LicenceStatusID { get; set; }
public string OriginatingLKNNumber { get; set; }
public string OriginatingPermitNumber { get; set; }
public string Mode { get; set; }
public Nullable ModeID { get; set; }
public string ApplicationNumber { get; set; }
public string ApplicationType { get; set; }
public Nullable ApplicationTypeID { get; set; }
public Nullable ApplicationCreatedDate { get; set; }
public string OriginatingLicenceNumber { get; set; }
public string MemberFirstname { get; set; }
public string MemberSurname { get; set; }
public string MemberFullname { get; set; }
public string MemberIDNumber { get; set; }
public string MemberAssociation { get; set; }
public Nullable MemberAssociationID { get; set; }
public string MemberCellNumber { get; set; }
public string VehicleRegistrationNumber { get; set; }
public string VehicleVIN { get; set; }
public Nullable VehicleSeatedCapacity { get; set; }
public Nullable VehicleGrossMass { get; set; }
public string VehicleMake { get; set; }
public Nullable VehicleMakeID { get; set; }
public string VehicleType { get; set; }
public Nullable VehicleTypeID { get; set; }
public string VehicleCarryingCapacity { get; set; }
public Nullable VehicleCarryingCapacityID { get; set; }
public string VehicleYearOfManufacture { get; set; }
public Nullable IsAffected { get; set; }
public Nullable ApplicationRequestDetailID { get; set; }
public long AffectedApplicationID { get; set; }
public Nullable FileFound { get; set; }
public Nullable FileFoundBy { get; set; }
public Nullable FileFoundDate { get; set; }
public Nullable ScanningComplete { get; set; }
public Nullable ScanningCompletedBy { get; set; }
public Nullable ScanningCompletedDate { get; set; }
public Nullable CapturingComplete { get; set; }
public Nullable CapturingCompletedBy { get; set; }
public Nullable CapturingCompletedDate { get; set; }
public Nullable DocumentUploadCompleted { get; set; }
public Nullable DocumentUploadCompletedBy { get; set; }
public Nullable DocumentUploadCompletedDate { get; set; }
public Nullable ProcessingFinalised { get; set; }
public Nullable ProcessingFinalisedBy { get; set; }
public Nullable ProcesessingFinalisedDate { get; set; }
public Nullable IsException { get; set; }
public string ExceptionDetails { get; set; }
}
}