Show / Hide Table of Contents

Interface IValidatesBulkRenderingRequest

An object which can assert that a rendering request is valid.

Namespace: ZptSharp.BulkRendering
Assembly: ZptSharp.dll
Syntax
public interface IValidatesBulkRenderingRequest

Methods

| Improve this Doc View Source

AssertIsValid(BulkRenderingRequest)

Asserts that the configuration is valid for use and throws an exception if it is not.

Declaration
void AssertIsValid(BulkRenderingRequest request)
Parameters
Type Name Description
BulkRenderingRequest request

The request to validate.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX