Click or drag to resize

OpsExtensibilityDetailArrayE Constructor (ListObject, GuestCheck, Type)

Note: This API is now obsolete.

Obsolete: Use the other constructor. Do not call IEnumerable[CheckDetailItem].ToList() to create a list to pass to this constructor. This will create a new List object and any changes to the list will not be reflected in this wrapper.

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
[ObsoleteAttribute("Use the alternate constructor")]
public OpsExtensibilityDetailArray(
	List<Object> baseList,
	GuestCheck context,
	Type baseType
)

Parameters

baseList
Type: System.Collections.GenericListObject
context
Type: GuestCheck
baseType
Type: SystemType
See Also