<PackageReference Include="Castle.Core" Version="3.3.2" />

XmlAdapter

public bool IsReal { get; }

public IXmlNode Node { get; }

public event EventHandler Realized

public XmlAdapter()

public XmlAdapter(XmlNode node)

public XmlAdapter(IXmlNode node, XmlReferenceManager references)

Initializes a new instance of the XmlAdapter class that represents a child object in a larger object graph.

public static XmlAdapter For(object obj)

public static XmlAdapter For(object obj, bool required)

public static bool IsPropertyDefined(string propertyName, IDictionaryAdapter dictionaryAdapter)

public bool HasProperty(string propertyName, IDictionaryAdapter dictionaryAdapter)

protected virtual void OnRealized()