Dev2.Runtime.ServiceModel.PluginServices.DeserializeService C# (CSharp) Méthode

DeserializeService() protected méthode

protected DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
xml System.Xml.Linq.XElement
resourceType ResourceType
Résultat Service
        protected override Service DeserializeService(XElement xml, ResourceType resourceType)
        {
            return xml == null ? new PluginService() : new PluginService(xml);
        }

Same methods

PluginServices::DeserializeService ( string args ) : Service