Show / Hide Table of Contents

Class ItemListBuilder

Inheritance
object
ItemListBuilder
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting.ItemBuilders
Assembly: Colectica.Reporting.dll
Syntax
public class ItemListBuilder

Constructors

ItemListBuilder(ItemList, string, ReportOptions)

Declaration
public ItemListBuilder(ItemList itemList, string resourcePath, ReportOptions options)
Parameters
Type Name Description
ItemList itemList
string resourcePath
ReportOptions options

Properties

Model

Declaration
public ItemList Model { get; }
Property Value
Type Description
ItemList

Methods

CreateDocument()

Declaration
public Document CreateDocument()
Returns
Type Description
Document
In this article
Back to top Generated by DocFX