Table of Contents

Class ExtensionObject

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a generic extension object (LLX) provided by add-ons or custom extensions.

public class ExtensionObject : ObjectBase
Inheritance
ExtensionObject
Inherited Members

Constructors

ExtensionObject(string, CollectionObjectBases)

Creates and appends a new extension object with the given LLX name.

public ExtensionObject(string objectName, CollectionObjectBases objectCollection)

Parameters

objectName string
objectCollection CollectionObjectBases

ExtensionObject(string, CollectionObjectBases, int)

Creates and inserts a new extension object at the specified index.

public ExtensionObject(string objectName, CollectionObjectBases objectCollection, int index)

Parameters

objectName string
objectCollection CollectionObjectBases
index int