C# Class Newtonsoft.Json.Converters.XElementWrapper

Inheritance: XContainerWrapper, IXmlElement
Mostrar archivo Open project: NicePeopleAtWork/NicePlayers

Private Properties

Property Type Description

Public Methods

Method Description
GetPrefixOfNamespace ( string namespaceURI ) : string
SetAttributeNode ( IXmlNode attribute ) : void
XElementWrapper ( System.Xml.Linq.XElement element ) : System

Method Details

GetPrefixOfNamespace() public method

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
return string

SetAttributeNode() public method

public SetAttributeNode ( IXmlNode attribute ) : void
attribute IXmlNode
return void

XElementWrapper() public method

public XElementWrapper ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
return System