filtro.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 sage.addons.offline.DataAccess.Model
11 {
12  using System;
13  using System.Collections.Generic;
14 
18  public partial class filtro
19  {
23  public int ID { get; set; }
27  public string NOMBRE { get; set; }
31  public int PESO { get; set; }
35  public string LIBRERIA { get; set; }
39  public string CLASE { get; set; }
43  public bool VISTA { get; set; }
47  public string GUID_ID { get; set; }
51  public System.DateTime CREATED { get; set; }
55  public System.DateTime MODIFIED { get; set; }
59  public string TXTCODLABE { get; set; }
63  public string TXTCODLABEL { get; set; }
64  }
65 }