//------------------------------------------------------------------------------ // // 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.Admin.Doc { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class DocumentStore { public long DocumentStoreID { get; set; } public long DocumentID { get; set; } public short Version { get; set; } [ScriptIgnore] public byte[] ContentBLOB { get; set; } public string MimeType { get; set; } public long Size { get; set; } public string Name { get; set; } public string Ext { get; set; } public virtual Document Document { get; set; } } }