C# Class Newtonsoft.Json.Converters.XElementWrapper

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPrefixOfNamespace ( string namespaceURI ) : string
SetAttributeNode ( IXmlNode attribute ) : void
XElementWrapper ( System.Xml.Linq.XElement 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

XElementWrapper() public méthode

public XElementWrapper ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
Résultat System