Ejemplo n.º 1
0
        public override SbnObject Clone(string sNodeName)
        {
            SubSystem retObject = new SubSystem();

            retObject.ID = this.ID;
            retObject.DocumentIDRange       = this._DocumentIDRange;
            retObject.ClientObjectNamespace = this._ClientObjectNamespace;
            retObject.UIOjbectNamespace     = this._UIOjbectNamespace;
            return(retObject);
        }
Ejemplo n.º 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;
 }
Ejemplo n.º 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();
 }