FormatterBase.TopLevelPropertyBagBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for top-level property bags that should be declared in the derived formatter class.
protected abstract class FormatterBase.TopLevelPropertyBagBase
Protected MustInherit Class FormatterBase.TopLevelPropertyBagBase
- Inheritance
-
FormatterBase.TopLevelPropertyBagBase
Constructors
| FormatterBase.TopLevelPropertyBagBase(Boolean) |
Initializes a new instance of the FormatterBase.TopLevelPropertyBagBase class. |
Properties
| OutboundProperties |
Gets a dictionary of top-level properties that should be serialized. |
Methods
| TryGetTopLevelProperty<T>(String, T) |
Deserializes the value of a top-level property. |