C# Class Castle.Components.DictionaryAdapter.XPathExtensions

Show file Open project: Jarvin-Guan/CleanAOP

Public Methods

Method Description
GetXmlMeta ( this dictionaryAdapter ) : XmlMetadata
GetXmlMeta ( this dictionaryAdapter, Type otherType ) : XmlMetadata
GetXmlSubclass ( this dictionaryAdapter, XmlQualifiedName xmlType, Type otherType ) : Type

Private Methods

Method Description
GetDictionaryMeta ( IDictionaryAdapter dictionaryAdapter, Type otherType ) : Castle.Components.DictionaryAdapter.DictionaryAdapterMeta
SetXmlMeta ( this dictionaryAdapterMeta, XmlMetadata xmlMeta ) : void

Method Details

GetXmlMeta() public static method

public static GetXmlMeta ( this dictionaryAdapter ) : XmlMetadata
dictionaryAdapter this
return XmlMetadata

GetXmlMeta() public static method

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

GetXmlSubclass() public static method

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