//------------------------------------------------------------------------------ // // 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 Neo.Legitimate.NewAssociationRequest.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class NewAssociationRequestDetail { public long NewAssociationRequestDetailID { get; set; } public Nullable WorkflowInstanceID { get; set; } public long CreatedByID { get; set; } public System.DateTime CreatedDate { get; set; } public long UpdatedByID { get; set; } public System.DateTime UpdatedDate { get; set; } public bool IsCancelled { get; set; } public Nullable AssociationModeID { get; set; } public Nullable AssociationTypeID { get; set; } public Nullable RegionID { get; set; } public string AssociationName { get; set; } public string AssociationNameAbbrev { get; set; } public string RegistrationNumber { get; set; } public string PostalAddress { get; set; } public string PostalAddressCode { get; set; } public string PhysicalAddress { get; set; } public string PhysicalAddressCode { get; set; } public string BusRegNumber { get; set; } public string TaxNumber { get; set; } public Nullable MemberCount { get; set; } public string TelNumber { get; set; } public string FaxNumber { get; set; } public string CellNumber { get; set; } public string EmailAddress { get; set; } public Nullable OlasID { get; set; } public Nullable LtpsID { get; set; } public short NewAssociationRequestTypeID { get; set; } public Nullable VerifiedAssociationID { get; set; } public virtual NewAssociationRequestType RequestType { get; set; } } }