Ejemplo n.º 1
0
        public virtual void MergeImport(System.Xml.XmlReader xml)
        {
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.GUI|Blob":
                this._fk_guid_Blob = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.Base|ExportGuid":
                // Import must have default value set
                this._ExportGuid      = XmlStreamer.ReadGuid(xml);
                this._isExportGuidSet = true;
                break;

            case "Zetbox.App.GUI|IconFile":
                this._IconFile = XmlStreamer.ReadString(xml);
                break;

            case "Zetbox.App.GUI|Module":
                this._fk_guid_Module = XmlStreamer.ReadNullableGuid(xml);
                break;
            }
        }
Ejemplo n.º 2
0
        public virtual void MergeImport(System.Xml.XmlReader xml)
        {
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.GUI|ControlKind":
                this._fk_guid_ControlKind = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.GUI|ControlRef":
                this._fk_guid_ControlRef = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.GUI|ExportGuid":
                // Import must have default value set
                this._ExportGuid      = XmlStreamer.ReadGuid(xml);
                this._isExportGuidSet = true;
                break;

            case "Zetbox.App.GUI|Module":
                this._fk_guid_Module = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.GUI|Toolkit":
                ((Zetbox.App.GUI.ViewDescriptor) this).Toolkit = (Zetbox.App.GUI.Toolkit)XmlStreamer.ReadNullableInt32(xml);
                break;
            }
        }
Ejemplo n.º 3
0
        public virtual void MergeImport(System.Xml.XmlReader xml)
        {
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.Base|ChangedOn":
                // Import must have default value set
                this.Proxy.ChangedOn = XmlStreamer.ReadDateTime(xml);
                this._isChangedOnSet = true;
                break;

            case "Zetbox.App.Base|CreatedOn":
                // Import must have default value set
                this.Proxy.CreatedOn = XmlStreamer.ReadDateTime(xml);
                this._isCreatedOnSet = true;
                break;

            case "Zetbox.App.Base|ExportGuid":
                // Import must have default value set
                this.Proxy.ExportGuid = XmlStreamer.ReadGuid(xml);
                this._isExportGuidSet = true;
                break;

            case "Zetbox.App.Base|Property":
                this._fk_guid_Property = XmlStreamer.ReadNullableGuid(xml);
                break;
            }
        }
Ejemplo n.º 4
0
        public override void MergeImport(System.Xml.XmlReader xml)
        {
            base.MergeImport(xml);
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.GUI|FalseIcon":
                this._fk_guid_FalseIcon = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.Base|FalseLabel":
                this._FalseLabel = XmlStreamer.ReadString(xml);
                break;

            case "Zetbox.App.GUI|NullIcon":
                this._fk_guid_NullIcon = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.Base|NullLabel":
                this._NullLabel = XmlStreamer.ReadString(xml);
                break;

            case "Zetbox.App.GUI|TrueIcon":
                this._fk_guid_TrueIcon = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.Base|TrueLabel":
                this._TrueLabel = XmlStreamer.ReadString(xml);
                break;
            }
        }
Ejemplo n.º 5
0
        public override void MergeImport(System.Xml.XmlReader xml)
        {
            base.MergeImport(xml);
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.Base|HasPersistentOrder":
                this._HasPersistentOrder = XmlStreamer.ReadBoolean(xml);
                break;

            case "Zetbox.App.Base|ImplementorRoleName":
                this._ImplementorRoleName = XmlStreamer.ReadString(xml);
                break;

            case "Zetbox.App.Base|IsList":
                this._IsList = XmlStreamer.ReadBoolean(xml);
                break;

            case "Zetbox.App.Base|ItemRoleName":
                this._ItemRoleName = XmlStreamer.ReadString(xml);
                break;

            case "Zetbox.App.Base|ReferencedObjectClass":
                this._fk_guid_ReferencedObjectClass = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.Base|Verb":
                this._Verb = XmlStreamer.ReadString(xml);
                break;
            }
        }
Ejemplo n.º 6
0
 public override void MergeImport(System.Xml.XmlReader xml)
 {
     base.MergeImport(xml);
     // it may be only an empty shell to stand-in for unreadable data
     if (!CurrentAccessRights.HasReadRights()) return;
     switch (xml.NamespaceURI + "|" + xml.LocalName) {
     case "Zetbox.App.Base|Group":
         this._fk_guid_Group = XmlStreamer.ReadNullableGuid(xml);
         break;
     }
 }
Ejemplo n.º 7
0
        public override void MergeImport(System.Xml.XmlReader xml)
        {
            base.MergeImport(xml);
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.Base|EagerLoading":
                this.Proxy.EagerLoading = XmlStreamer.ReadBoolean(xml);
                break;

            case "Zetbox.App.GUI|IsInlineEditable":
                this.Proxy.IsInlineEditable = XmlStreamer.ReadNullableBoolean(xml);
                break;

            case "Zetbox.App.Base|RelationEnd":
                this._fk_guid_RelationEnd = XmlStreamer.ReadNullableGuid(xml);
                break;
            }
        }
Ejemplo n.º 8
0
        public override void MergeImport(System.Xml.XmlReader xml)
        {
            base.MergeImport(xml);
            // it may be only an empty shell to stand-in for unreadable data
            if (!CurrentAccessRights.HasReadRights())
            {
                return;
            }
            switch (xml.NamespaceURI + "|" + xml.LocalName)
            {
            case "Zetbox.App.Base|CompoundObjectDefinition":
                this._fk_guid_CompoundObjectDefinition = XmlStreamer.ReadNullableGuid(xml);
                break;

            case "Zetbox.App.Base|HasPersistentOrder":
                this.Proxy.HasPersistentOrder = XmlStreamer.ReadBoolean(xml);
                break;

            case "Zetbox.App.Base|IsList":
                this.Proxy.IsList = XmlStreamer.ReadBoolean(xml);
                break;
            }
        }