Click or drag to resize

OpsExtensibilityDetailArrayE(ListObject, GuestCheck, Type) Constructor

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) Version: 19.8
Syntax
C#
[ObsoleteAttribute("Use the alternate constructor")]
public OpsExtensibilityDetailArray(
	List<Object> baseList,
	GuestCheck context,
	Type baseType
)

Parameters

baseList  ListObject
context  GuestCheck
baseType  Type
See Also