Show / Hide Table of Contents

Class BulkRenderingResult

Represents the result from RenderAllAsync(BulkRenderingRequest, CancellationToken).

Inheritance
System.Object
BulkRenderingResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.BulkRendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public class BulkRenderingResult

Constructors

| Improve this Doc View Source

BulkRenderingResult(BulkRenderingRequest, IEnumerable<BulkRenderingFileResult>)

Initializes a new instance of BulkRenderingResult.

Declaration
public BulkRenderingResult(BulkRenderingRequest request, IEnumerable<BulkRenderingFileResult> fileResults)
Parameters
Type Name Description
BulkRenderingRequest request

The request.

System.Collections.Generic.IEnumerable<BulkRenderingFileResult> fileResults

The results for the rendered files.

Properties

| Improve this Doc View Source

FileResults

Gets a collection of the results for each file which was rendered.

Declaration
public IReadOnlyCollection<BulkRenderingFileResult> FileResults { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyCollection<BulkRenderingFileResult>

The results for the rendered files.

| Improve this Doc View Source

Request

Gets the request which is associated with the current result.

Declaration
public BulkRenderingRequest Request { get; }
Property Value
Type Description
BulkRenderingRequest

The request.

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