Example #1
0
        public override object  Clone(string sNodeName)
        {
            WorkerAccessrights Col = new  WorkerAccessrights();

            foreach (WorkerAccessright objMember in this)
            {
                Col.Add((WorkerAccessright)objMember.Clone(sNodeName));
            }
            return(Col);
        }
Example #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._StartWorkDate = "";
     this._EndWorkDate   = "";
     this._IconStream    = new byte[1];
     this._CoPosition    = new OrgPosition();
     this._Restrictions  = new WorkerRestrictions();
     this._CoPerson      = new WFPerson();
     this._Accessrights  = new WorkerAccessrights();
     this._IsActive      = SbnBoolean.OutOfValue;
     this._WorkerJob     = new BasicInfoDetail();
     this._CoRoles       = new WFRoles();
 }
Example #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();
 }