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 SourceAssertIsValid(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. |