Share via


FormatterBase.TopLevelPropertyBagBase Class

Definition

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.

Applies to