C# 클래스 Newtonsoft.Json.Converters.XmlElementWrapper

상속: XmlNodeWrapper, IXmlElement
파일 보기 프로젝트 열기: NicePeopleAtWork/NicePlayers

공개 메소드들

메소드 설명
GetPrefixOfNamespace ( string namespaceURI ) : string
SetAttributeNode ( IXmlNode attribute ) : void
XmlElementWrapper ( XmlElement element ) : System

메소드 상세

GetPrefixOfNamespace() 공개 메소드

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
리턴 string

SetAttributeNode() 공개 메소드

public SetAttributeNode ( IXmlNode attribute ) : void
attribute IXmlNode
리턴 void

XmlElementWrapper() 공개 메소드

public XmlElementWrapper ( XmlElement element ) : System
element System.Xml.XmlElement
리턴 System