TFS_ANTIGUO/SIGPC/AyAEL/TRA/RequisitostmpEL.cs

44 lines
1.1 KiB
C#
Raw Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.TRA.RequisitostmpEL
// 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.TRA
{
public class RequisitostmpEL : AyAEL
{
public int FKSOLICITUD { get; set; }
public int FKREQUISITO { get; set; }
public int FKUSUARIOXDEPENDENCIA { get; set; }
public int FKREQUISITODOCUMENTO { get; set; }
public int FKREUTILIZA { get; set; }
public int PKDOCUMENTO { 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 int FKNATURALEZAINMUEBLE { get; set; }
public string NUMEROSOLICITUD { get; set; }
}
}