public override void Initialize()
 {
     base.Initialize();
     this._DomainType     = SbnOwnershipDomain.OutOfValue;
     this._RegisterAcc    = SbnBoolean.OutOfValue;
     this._UpdateAcc      = SbnBoolean.OutOfValue;
     this._RemoveAcc      = SbnBoolean.OutOfValue;
     this._ViewAcc        = SbnBoolean.OutOfValue;
     this._CoDocumentType = new DocumentType();
     this._CoWorker       = new Worker();
     this._CoOrgUnit      = new OrgUnit();
 }
Example #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._ObjectNameSpace      = "";
     this._IconStream           = new byte[1];
     this._ObjectName           = "";
     this._IsDocumentBased      = SbnBoolean.OutOfValue;
     this._Picture              = new Icon();
     this._Properties           = new DocumentProperties();
     this._SubSystem            = new SubSystem();
     this._CoDefaultUI          = new UserInterface();
     this._IsVirtualDocument    = SbnBoolean.OutOfValue;
     this._ArchiveChange        = SbnBoolean.OutOfValue;
     this._DefaultOwnershipType = SbnOwnershipDomain.OutOfValue;
 }