Maroontress.Oxbind Namespace
Classes
Bind |
Indicates that an error occurred during XML deserialization, binding, or configuration validation. |
For |
Marks a constructor parameter to be bound to the XML attribute. |
For |
Marks a class to be bound to the XML element. |
For |
Marks a constructor parameter to be bound to the text inside an XML element. |
Ignored |
Marks a constructor that Oxbind should ignore during deserialization. |
Multiple |
Marks a constructor parameter to be bound to an XML element that can occur zero or more times. |
Optional |
Marks a constructor parameter to be bound to an XML element that occurs once or not at all. |
Oxbinder |
A factory for Oxbinder<T> objects. |
Required |
Marks a constructor parameter to be bound to an XML element that occurs exactly once. |
Interfaces
Bind |
A result that occurs during XML deserialization, providing the deserialized value along with its location in the XML document. |
Oxbinder<T> |
Defines a contract for deserializing XML from a text reader into an object
of type |