20078888

技术前线

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

using System;

namespace Model
{
    public class CreateStyle
    {
        private string _createpath;
        private bool _hascreatebll;
        private bool _hascreatecachedependencyfactory;
        private bool _hascreatedal;
        private bool _hascreatedalfactory;
        private bool _hascreatedbutility;
        private bool _hascreateicachedependency;
        private bool _hascreateidal;
        private bool _hascreatemodel;
        private bool _hascreatetablecachedependency;
        private bool _hascreateusercontrol;
              public string CreatePath
        {
            get
            {
                return this._createpath;
            }
            set
            {
                this._createpath = value;
            }
        }

        public bool HasCreateBLL
        {
            get
            {
                return this._hascreatebll;
            }
            set
            {
                this._hascreatebll = value;
            }
        }

        public bool HasCreateCacheDependencyFactory
        {
            get
            {
                return this._hascreatecachedependencyfactory;
            }
            set
            {
                this._hascreatecachedependencyfactory = value;
            }
        }

        public bool HasCreateDAL
        {
            get
            {
                return this._hascreatedal;
            }
            set
            {
                this._hascreatedal = value;
            }
        }

        public bool HasCreateDALFactory
        {
            get
            {
                return this._hascreatedalfactory;
            }
            set
            {
                this._hascreatedalfactory = value;
            }
        }

        public bool HasCreateDBUtility
        {
            get
            {
                return this._hascreatedbutility;
            }
            set
            {
                this._hascreatedbutility = value;
            }
        }

        public bool HasCreateICacheDependency
        {
            get
            {
                return this._hascreateicachedependency;
            }
            set
            {
                this._hascreateicachedependency = value;
            }
        }

        public bool HasCreateIDAL
        {
            get
            {
                return this._hascreateidal;
            }
            set
            {
                this._hascreateidal = value;
            }
        }

        public bool HasCreateModel
        {
            get
            {
                return this._hascreatemodel;
            }
            set
            {
                this._hascreatemodel = value;
            }
        }

        public bool HasCreateTableCacheDependency
        {
            get
            {
                return this._hascreatetablecachedependency;
            }
            set
            {
                this._hascreatetablecachedependency = value;
            }
        }

        public bool HasCreateUserControl
        {
            get
            {
                return this._hascreateusercontrol;
            }
            set
            {
                this._hascreateusercontrol = value;
            }
        }
           }
}

posted on 2010-05-07 17:26  许雪林  阅读(116)  评论(0)    收藏  举报