C# Class Newtonsoft.Json.Converters.XmlElementWrapper

Inheritance: XmlNodeWrapper, IXmlElement
Afficher le fichier Open project: NicePeopleAtWork/NicePlayers

Méthodes publiques

Méthode Description
GetPrefixOfNamespace ( string namespaceURI ) : string
SetAttributeNode ( IXmlNode attribute ) : void
XmlElementWrapper ( XmlElement element ) : System

Method Details

GetPrefixOfNamespace() public méthode

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
Résultat string

SetAttributeNode() public méthode

public SetAttributeNode ( IXmlNode attribute ) : void
attribute IXmlNode
Résultat void

XmlElementWrapper() public méthode

public XmlElementWrapper ( XmlElement element ) : System
element System.Xml.XmlElement
Résultat System