AddonsData.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace Sage.ES.S50.Addons
7 {
8  internal class AddonData
9  {
13  public string PathServerLib { set; get; }
14 
18  public string LibreriaModulo { set; get; }
19 
23  public string Libreria { set; get; }
27  public string Clase { set; get; }
31  public string Nombre { set; get; }
35  public string Checksum { set; get; }
39  public string Nombre2 { set; get; }
43  public string NombreConex { set; get; }
47  public Int32 Tipo { set; get; }
48 
49  }
50 }