Initial commit
[wsti_pai.git] / Projects / Models / sysdiagram.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated from a template.
4 //
5 //     Manual changes to this file may cause unexpected behavior in your application.
6 //     Manual changes to this file will be overwritten if the code is regenerated.
7 // </auto-generated>
8 //------------------------------------------------------------------------------
9
10 namespace Projects.Models
11 {
12     using System;
13     using System.Collections.Generic;
14     
15     public partial class sysdiagram
16     {
17         public string name { get; set; }
18         public int principal_id { get; set; }
19         public int diagram_id { get; set; }
20         public Nullable<int> version { get; set; }
21         public byte[] definition { get; set; }
22     }
23 }