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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPrefixOfNamespace ( string namespaceURI ) : string
SetAttributeNode ( IXmlNode attribute ) : void
XElementWrapper ( System.Xml.Linq.XElement element ) : System

메소드 상세

GetPrefixOfNamespace() 공개 메소드

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

SetAttributeNode() 공개 메소드

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

XElementWrapper() 공개 메소드

public XElementWrapper ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
리턴 System