public override void Initialize() { base.Initialize(); this._Roles = new WFRoles(); this._Processes = new WFProcesses(); this._CoOrgan = new OrgUnit(); }
public override object Clone(string sNodeName) { WFRoles Col = new WFRoles(); foreach (WFRole objMember in this) { Col.Add((WFRole)objMember.Clone(sNodeName)); } return(Col); }
public override void Initialize() { base.Initialize(); this._XposInDiagram = 0; this._YPosInDiagram = 0; this._CoWC = new WorkContext(); this._CoWorkflow = new Workflow(); this._PlaceType = WFPlaceType.OutOfValue; this._CoRoleResources = new WFRoles(); }
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(); }