TFS_ANTIGUO/SIGPC/AyAEL/TRA/terrenoEL.cs

38 lines
941 B
C#
Raw Permalink Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.TRA.terrenoEL
// 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
using System;
namespace AyAEL.TRA
{
public class terrenoEL : AyAEL
{
public string NUMEROTERRENO { get; set; }
public DateTime FECHATERRENO { get; set; }
public int FKTIPOCONCESION { get; set; }
public int FKTIPOTERRENO { get; set; }
public int FKTERRENO { get; set; }
public int FKFOLIO { get; set; }
public int FKUSUARIOXDEPENDENCIA { get; set; }
public int FKNATURALEZAINMUEBLE { get; set; }
public string DOCUMENTOAD { get; set; }
public bool DECLARACIONPRIVADA { get; set; }
public bool DECLARACIONPROTOCOLIZADA { get; set; }
public string CODIGOAPT { get; set; }
}
}