Table of Contents

Method AssignRootContext

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

AssignRootContext(IValueSerializerContext)

Assigns a root context to use for ValueSerializer's that are used to return, for example, the string value of a property or key. All value serializaers will be looked up via this context if present.

public abstract void AssignRootContext(IValueSerializerContext context)

Parameters

context IValueSerializerContext

The context that will be passed to ValueSerializer's and TypeConverter's when converting text to a string