Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class Document{
  2. public string Name...
  3. public string Description...
  4. public object[] Fields...
  5. }
  6.  
  7. public class Table{
  8. public string Name...
  9. public Field[] Columns...
  10. }
  11.  
  12. public class Field{
  13. public string Name...
  14. public FieldType DataType...
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement