Click or drag to resize

OpsExtensibilityDetailArrayE Constructor (IEnumerableObject, GuestCheck)

Constructor to create a extensibility wrapper for an IEnumerable

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public OpsExtensibilityDetailArray(
	IEnumerable<Object> baseList,
	GuestCheck context
)

Parameters

baseList
Type: System.Collections.GenericIEnumerableObject
the enumerable that is wrapped
context
Type: GuestCheck
a reference to the GuestCheck
See Also