コード例 #1
0
ファイル: UserInterfaces.cs プロジェクト: code-mtnit/WPFSM
        public override object  Clone(string sNodeName)
        {
            UserInterfaces Col = new  UserInterfaces();

            foreach (UserInterface objMember in this)
            {
                Col.Add((UserInterface)objMember.Clone(sNodeName));
            }
            return(Col);
        }
コード例 #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._Parent       = new Folder();
     this._Childs       = new Folders();
     this._CategoryType = FolderCategoryType.OutOfValue;
     this._Items        = new FolderItems();
     this._CoUIs        = new UserInterfaces();
     this._Accessrights = new FolderAccessrights();
 }
コード例 #3
0
 public override void Initialize()
 {
     base.Initialize();
     this._WebPageURL         = "";
     this._IconStream         = new byte[1];
     this._ObjectNameSpace    = "";
     this._CoAccessRights     = new Accessrights();
     this._ChildInterfaces    = new UserInterfaces();
     this._Parent             = new UserInterface();
     this._CoDocumentType     = new DocumentType();
     this._Picture            = new Icon();
     this._CoSubSystem        = new SubSystem();
     this._DefaultFolder      = new Folder();
     this._WorkerAccessrights = new WorkerAccessrights();
 }