Namespace ZptSharp.Config
Classes
RenderingConfig
Represents per-operation configuration information which influences the behaviour of the rendering process. This class is immutable; use a builder to prepare & build configuration objects in a mutable manner.
RenderingConfig.Builder
A mutable API with the same properties as RenderingConfig. Allows setting up a desired state before being used to create an immutable configuration object via GetConfig().
Interfaces
IGetsRootContextBuilder
An object which gets a 'configuration callback' of sorts, which may configure/set-up the root rendering context. See also: ContextBuilder.
IStoresCurrentRenderingConfig
An object which provides access to the rendering configuration. This interface is only used within the scope of a rendering request, and so generally-speaking should not be used as part of the public API.