//------------------------------------------------------------------------------ // // 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.Afx.Services.Documents.Entities { using System; public partial class Pr_DocumentVerificationQuestionsGet_Result { public long DocumentQuestionID { get; set; } public long DocumentID { get; set; } public string QuestionPassed { get; set; } public string Comments { get; set; } public short CaptureFieldID { get; set; } public string Question { get; set; } public long OrderBy { get; set; } } }