コード例 #1
0
        public override object  Clone(string sNodeName)
        {
            Accessrights Col = new  Accessrights();

            foreach (Accessright objMember in this)
            {
                Col.Add((Accessright)objMember.Clone(sNodeName));
            }
            return(Col);
        }
コード例 #2
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();
 }