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