Castle.Components.DictionaryAdapter.Xml.DictionaryAdapterExtensions
namespace Castle.Components.DictionaryAdapter.Xml
{
public static class DictionaryAdapterExtensions
{
public static object CreateChildAdapter(this IDictionaryAdapter parent, Type type, XmlAdapter adapter);
public static object CreateChildAdapter(this IDictionaryAdapter parent, Type type, XmlAdapter adapter, IDictionary dictionary);
public static bool HasAccessor(this PropertyDescriptor property);
public static XmlAccessor GetAccessor(this PropertyDescriptor property);
public static void SetAccessor(this PropertyDescriptor property, XmlAccessor accessor);
public static bool HasXmlMeta(this DictionaryAdapterMeta meta);
public static XmlMetadata GetXmlMeta(this DictionaryAdapterMeta meta);
public static void SetXmlMeta(this DictionaryAdapterMeta meta, XmlMetadata xmlMeta);
public static bool HasXmlType(this DictionaryAdapterMeta meta);
public static string GetXmlType(this DictionaryAdapterMeta meta);
public static void SetXmlType(this DictionaryAdapterMeta meta, string value);
}
}