TFS_ANTIGUO/SIGPC/AyAEL/MANT/requisitoEL.cs
kledezma 7fdadc4709 KLB
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C519
2021-01-22 15:05:35 +00:00

45 lines
1.1 KiB
C#

// Decompiled with JetBrains decompiler
// Type: AyAEL.MANT.requisitoEL
// Assembly: AyAEL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 426D1708-8588-4AC2-A7C0-DB4806E5D5ED
// Assembly location: C:\Users\EQUIPO\Downloads\Raiz\Raiz\bin\AyAEL.dll
namespace AyAEL.MANT
{
public class requisitoEL : AyAEL
{
public string DESCRIPCION { get; set; }
public string DOCSOPORTE { get; set; }
public string USUARIOCREA { get; set; }
public int FKTIPOINSPECCION { get; set; }
public int FKTIPOPROPIETARIO { get; set; }
public bool PRORROGA { get; set; }
public bool REVISION { get; set; }
public bool POSEEDOR { get; set; }
public bool SEGREGACION { get; set; }
public bool DERECHOS { get; set; }
public bool AUTORIZADOLEGAL { get; set; }
public bool PROPIETARIOREGISTRAL { get; set; }
public bool CONCESIONARIO { get; set; }
public bool APCR { get; set; }
public string NATURALEZAINMUEBLE { get; set; }
public int FKNATURALEZAINMUEBLE { get; set; }
public int PKSOLICITUD { get; set; }
}
}