C# 클래스 Castle.Components.DictionaryAdapter.XPathExtensions

파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
GetXmlMeta ( this dictionaryAdapter ) : XmlMetadata
GetXmlMeta ( this dictionaryAdapter, Type otherType ) : XmlMetadata
GetXmlSubclass ( this dictionaryAdapter, XmlQualifiedName xmlType, Type otherType ) : Type

비공개 메소드들

메소드 설명
GetDictionaryMeta ( IDictionaryAdapter dictionaryAdapter, Type otherType ) : Castle.Components.DictionaryAdapter.DictionaryAdapterMeta
SetXmlMeta ( this dictionaryAdapterMeta, XmlMetadata xmlMeta ) : void

메소드 상세

GetXmlMeta() 공개 정적인 메소드

public static GetXmlMeta ( this dictionaryAdapter ) : XmlMetadata
dictionaryAdapter this
리턴 XmlMetadata

GetXmlMeta() 공개 정적인 메소드

public static GetXmlMeta ( this dictionaryAdapter, Type otherType ) : XmlMetadata
dictionaryAdapter this
otherType System.Type
리턴 XmlMetadata

GetXmlSubclass() 공개 정적인 메소드

public static GetXmlSubclass ( this dictionaryAdapter, XmlQualifiedName xmlType, Type otherType ) : Type
dictionaryAdapter this
xmlType System.Xml.XmlQualifiedName
otherType System.Type
리턴 System.Type