年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

265 lines
7.2 KiB

4 months ago
using System;
using System.ComponentModel;
namespace Kingo.PluginServiceInterface.Model
{
[Serializable]
public class GJFKJG : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;
private string _tbbsm;
/// <summary>
/// 标识码
/// </summary>
public string TBBSM
{
get { return _tbbsm; }
set
{
_tbbsm = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("TBBSM"));
}
}
}
private string _zzhcjglx;
public string ZZHCJGLX
{
get { return _zzhcjglx; }
set
{
_zzhcjglx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("ZZHCJGLX"));
}
}
}
private string _dlhcjg;
/// <summary>
/// 地类核查结果
/// </summary>
public string DLHCJG
{
get { return _dlhcjg; }
set
{
_dlhcjg = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("DLHCJG"));
}
}
}
private string _dlhcjgsm;
/// <summary>
/// 地类核查结果说明
/// </summary>
public string DLHCJGSM
{
get { return _dlhcjgsm; }
set
{
_dlhcjgsm = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("DLHCJGSM"));
}
}
}
private string _dlhcjglx;
/// <summary>
/// 地类核查结果类型
/// </summary>
public string DLHCJGLX
{
get { return _dlhcjglx; }
set
{
_dlhcjglx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("DLHCJGLX"));
}
}
}
private string _sxhcjg;
/// <summary>
/// 属性核查结果
/// </summary>
public string SXHCJG
{
get { return _sxhcjg; }
set
{
_sxhcjg = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("SXHCJG"));
}
}
}
private string _sxhcjgsm;
/// <summary>
/// 属性核查结果说明
/// </summary>
public string SXHCJGSM
{
get { return _sxhcjgsm; }
set
{
_sxhcjgsm = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("SXHCJGSM"));
}
}
}
private string _sxhcjglx;
/// <summary>
/// 属性核查结果类型
/// </summary>
public string SXHCJGLX
{
get { return _sxhcjglx; }
set
{
_sxhcjglx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("SXHCJGLX"));
}
}
}
private string _qthcjg;
/// <summary>
/// 其他核查结果
/// </summary>
public string QTHCJG
{
get { return _qthcjg; }
set
{
_qthcjg = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("QTHCJG"));
}
}
}
private string _qthcjgsm;
/// <summary>
/// 其他核查结果说明
/// </summary>
public string QTHCJGSM
{
get { return _qthcjgsm; }
set
{
_qthcjgsm = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("QTHCJGSM"));
}
}
}
private string _qthcjglx;
/// <summary>
/// 其他核查结果类型
/// </summary>
public string QTHCJGLX
{
get { return _qthcjglx; }
set
{
_qthcjglx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("QTHCJGLX"));
}
}
}
private string _zplx;
/// <summary>
/// 照片类型
/// </summary>
public string ZPLX
{
get { return _zplx; }
set
{
_zplx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("ZPLX"));
}
}
}
private string _hctblx;
/// <summary>
/// 核查图斑类型
/// </summary>
public string HCTBLX
{
get { return _hctblx; }
set
{
_hctblx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("HCTBLX"));
}
}
}
private string _hcshlx;
/// <summary>
/// 核查审核类型
/// </summary>
public string HCSHLX
{
get { return _hcshlx; }
set
{
_hcshlx = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("HCSHLX"));
}
}
}
private string _bz;
/// <summary>
/// 备注
/// </summary>
public string BZ
{
get { return _bz; }
set
{
_bz = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("BZ"));
}
}
}
private string _ZPHLX;
/// <summary>
/// 照片合理性
/// </summary>
public string ZPHLX
{
get { return _ZPHLX; }
set
{
_ZPHLX = value;
if (this.PropertyChanged != null)
{
this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("ZPHLX"));
}
}
}
}
}