GenericClass COM+ Interface

The interface to the GenericClass object is through the IIspecCycle interface.

Refer to Definition of IIspecCycle Interface for more information about the interface.

Method

Description

SetValue()

Set the value of an ispec field

GetValue()

Get the value of an ispec field

SetArrayValue()

Set the value of a copied or array ispec field

GetArrayValue()

Get the value of a copied or array ispec field

GetNumMessages()

Returns the number of status line or error messages

GetMessage()

Returns a status or error message

GetMaxCopies()

Returns the number of copies for a CopyIspec

NumDynamicLists

Returns the number of dynamic list objects

GetDynamicList()

Returns a specified dynamic list object

Initialize()

Initializes a GenericClass object

CreateCopy()

Creates a new copy of a GenericClass object

GetSwitchToData()

Returns true if a SwitchTo has been done

There are a number of other methods present on the IIspecCycle interface, however these are for internal use by the product and are therefore not described here.

Refer to Unmanaged C++ Example or to Managed .NET C# Example for more information.