using System;
using System.ComponentModel;
namespace Kingo.PluginServiceInterface.Model
{
    [Serializable]
    public class DTBDLTBGX : INotifyPropertyChanged
    {
        public event PropertyChangedEventHandler PropertyChanged;
        private string _bsm;
        /// 
        /// 标识码
        /// 
        public string BSM
        {
            get { return _bsm; }
            set
            {
                _bsm = value;
                if (this.PropertyChanged != null)
                {
                    this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("BSM"));
                }
            }
        }
        private string _TBBSM;
        /// 
        /// 外业图斑标识码
        /// 
        public string TBBSM
        {
            get { return _TBBSM; }
            set
            {
                _TBBSM = value;
                if (this.PropertyChanged != null)
                {
                    this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("TBBSM"));
                }
            }
        }
        private int _OID;
        /// 
        /// OID
        /// 
        public int ObjectID
        {
            get { return _OID; }
            set
            {
                _OID = value;
                if (this.PropertyChanged != null)
                {
                    this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("ObjectID"));
                }
            }
        }
        //private string _KCDLBM;
        ///// 
        ///// 扣除地类编码
        ///// 
        //public string KCDLBM
        //{
        //    get { return _KCDLBM; }
        //    set
        //    {
        //        _KCDLBM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("KCDLBM"));
        //        }
        //    }
        //}
        //private string _GDLX;
        ///// 
        ///// 耕地类型
        ///// 
        //public string GDLX
        //{
        //    get { return _GDLX; }
        //    set
        //    {
        //        _GDLX = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("GDLX"));
        //        }
        //    }
        //}
        //private double _XZDWKD;
        ///// 
        ///// 线状地物宽度
        ///// 
        //public double XZDWKD
        //{
        //    get { return _XZDWKD; }
        //    set
        //    {
        //        _XZDWKD = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("XZDWKD"));
        //        }
        //    }
        //}
        //private string _TBXHDM;
        ///// 
        ///// 图斑细化代码
        ///// 
        //public string TBXHDM
        //{
        //    get { return _TBXHDM; }
        //    set
        //    {
        //        _TBXHDM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("TBXHDM"));
        //        }
        //    }
        //}
        //private string _TBXHMC;
        ///// 
        ///// 图斑细化名称
        ///// 
        //public string TBXHMC
        //{
        //    get { return _TBXHMC; }
        //    set
        //    {
        //        _TBXHMC = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("TBXHMC"));
        //        }
        //    }
        //}
        //private string _ZZSXDM;
        ///// 
        ///// 种植属性代码
        ///// 
        //public string ZZSXDM
        //{
        //    get { return _ZZSXDM; }
        //    set
        //    {
        //        _ZZSXDM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("ZZSXDM"));
        //        }
        //    }
        //}
        //private string _ZZSXMC;
        ///// 
        ///// 种植属性名称
        ///// 
        //public string ZZSXMC
        //{
        //    get { return _ZZSXMC; }
        //    set
        //    {
        //        _ZZSXMC = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("ZZSXMC"));
        //        }
        //    }
        //}
        //private string _CZCSXM;
        ///// 
        ///// 城镇村属性码
        ///// 
        //public string CZCSXM
        //{
        //    get { return _CZCSXM; }
        //    set
        //    {
        //        _CZCSXM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("CZCSXM"));
        //        }
        //    }
        //}
        //private string _GXSJ;
        ///// 
        ///// 更新时间
        ///// 
        //public string GXSJ
        //{
        //    get { return _GXSJ; }
        //    set
        //    {
        //        _GXSJ = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("GXSJ"));
        //        }
        //    }
        //}
        //private string _EGeometry;
        ///// 
        ///// 图形坐标串
        ///// 
        //public string EGeometry
        //{
        //    get { return _EGeometry; }
        //    set
        //    {
        //        _EGeometry = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("EGeometry"));
        //        }
        //    }
        //}
        //private string _DDTCBZ;
        ///// 
        ///// 单独图层标志
        ///// 
        //public string DDTCBZ
        //{
        //    get { return _DDTCBZ; }
        //    set
        //    {
        //        _DDTCBZ = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("DDTCBZ"));
        //        }
        //    }
        //}
        //private string _DDTCMC;
        ///// 
        ///// 单独图层名称
        ///// 
        //public string DDTCMC
        //{
        //    get { return _DDTCMC; }
        //    set
        //    {
        //        _DDTCMC = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("DDTCMC"));
        //        }
        //    }
        //}
        //private string _SFGX;
        ///// 
        ///// 是否更新
        ///// 
        //public string SFGX
        //{
        //    get { return _SFGX; }
        //    set
        //    {
        //        _SFGX = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("SFGX"));
        //        }
        //    }
        //}
        //private string _WBGYY;
        ///// 
        ///// 未变更原因
        ///// 
        //public string WBGYY
        //{
        //    get { return _WBGYY; }
        //    set
        //    {
        //        _WBGYY = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("WBGYY"));
        //        }
        //    }
        //}
        //private string _SFJZ;
        ///// 
        ///// 是否举证
        ///// 
        //public string SFJZ
        //{
        //    get { return _SFJZ; }
        //    set
        //    {
        //        _SFJZ = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("SFJZ"));
        //        }
        //    }
        //}
        //private string _QKSM;
        ///// 
        ///// 情况说明
        ///// 
        //public string QKSM
        //{
        //    get { return _QKSM; }
        //    set
        //    {
        //        _QKSM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("QKSM"));
        //        }
        //    }
        //}
        //private string _LJLX;
        ///// 
        ///// 类举类型
        ///// 
        //public string LJLX
        //{
        //    get { return _LJLX; }
        //    set
        //    {
        //        _LJLX = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("LJLX"));
        //        }
        //    }
        //}
        //private string _YWTBSM;
        ///// 
        ///// 疑问图斑标识码
        ///// 
        //public string YWTBSM
        //{
        //    get { return _YWTBSM; }
        //    set
        //    {
        //        _YWTBSM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("YWTBSM"));
        //        }
        //    }
        //}
        //private string _NBWQKSM;
        ///// 
        ///// 农变未情况说明
        ///// 
        //public string NBWQKSM
        //{
        //    get { return _NBWQKSM; }
        //    set
        //    {
        //        _NBWQKSM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("NBWQKSM"));
        //        }
        //    }
        //}
        //private string _SHLZQKSM;
        ///// 
        ///// 水旱轮作情况说明
        ///// 
        //public string SHLZQKSM
        //{
        //    get { return _SHLZQKSM; }
        //    set
        //    {
        //        _SHLZQKSM = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("SHLZQKSM"));
        //        }
        //    }
        //}
        //private string _LNGDZB;
        ///// 
        ///// 历年耕地占比
        ///// 
        //public string LNGDZB
        //{
        //    get { return _LNGDZB; }
        //    set
        //    {
        //        _LNGDZB = value;
        //        if (this.PropertyChanged != null)
        //        {
        //            this.PropertyChanged.Invoke(this, new PropertyChangedEventArgs("LNGDZB"));
        //        }
        //    }
        //}
    }
}