⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysfun.cs

📁 will let you know the result once they replied will let you know the result once they replied
💻 CS
字号:
//============================================================
// Producnt name:		BoBoARTS.CodeMad
// Version: 			1.0
// Coded by:			Shen Bo (bo.shen@jb-aptech.com.cn)
// Auto generated at: 	2008-7-16 10:23:42
//============================================================

using System;
using System.Collections.Generic;
using System.Text;

namespace MyOffice.Models
{

    [Serializable()]
    public class SysFun
    {

        private int nodeID;
        private string desplayName = String.Empty;
        private string nodeURL = String.Empty;
        private int displayOrder;
        private int parentNodeID;



        public SysFun() { }




        public int NodeID
        {
            get { return this.nodeID; }
            set { this.nodeID = value; }
        }





        public string DesplayName
        {
            get { return this.desplayName; }
            set { this.desplayName = value; }
        }


        public string NodeURL
        {
            get { return this.nodeURL; }
            set { this.nodeURL = value; }
        }


        public int DisplayOrder
        {
            get { return this.displayOrder; }
            set { this.displayOrder = value; }
        }


        public int ParentNodeID
        {
            get { return this.parentNodeID; }
            set { this.parentNodeID = value; }
        }

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -