Ejemplo n.º 1
0
        public override void OnPostSerialize(ObjectIDmap objMap, XmlNode objectNode, bool saved, object serializer)
        {
            base.OnPostSerialize(objMap, objectNode, saved, serializer);
            MemberId = XmlUtility.XmlUtil.GetAttributeUInt(objectNode, XmlTags.XMLATT_MethodID);
            //load attributes from base
            ClassPointer         root = objMap.GetTypedData <ClassPointer>();
            MethodClassInherited p    = root.GetBaseMethod(this.MethodSignature, BaseClassId, BaseMethodId);

            CopyFromInherited(p);
        }