Show / Hide Table of Contents

Class ItemBuilderFactory

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

Methods

CreateItemBuilder(IVersionable, Document, ReportContext)

Declaration
public static ItemBuilderBase CreateItemBuilder(IVersionable item, Document document, ReportContext context)
Parameters
Type Name Description
IVersionable item
Document document
ReportContext context
Returns
Type Description
ItemBuilderBase
In this article
Back to top Generated by DocFX