Moved DocPDF from Documents to PDFs table

Moved DocPDF from Documents to new PDFs table
This commit is contained in:
Rich
2011-04-18 21:30:48 +00:00
parent f4a3a969f4
commit 628cfc67de
5 changed files with 203 additions and 66 deletions

View File

@@ -109,6 +109,8 @@ namespace VEPROMS.CSLA.Library
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class DocumentEntry
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class DocumentPdf
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class DocumentInfo
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class DocVersion
@@ -185,6 +187,10 @@ namespace VEPROMS.CSLA.Library
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class PartInfo
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class Pdf
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class PdfInfo
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class Permission
// { public override string ToString() { return string.Format("{0}", _Name); } }
// public partial class PermissionInfo