Click or drag to resize

OpsExtensibilityDetailArrayE(IEnumerableObject, GuestCheck) Constructor

Constructor to create a extensibility wrapper for an IEnumerable

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

Parameters

baseList  IEnumerableObject
the enumerable that is wrapped
context  GuestCheck
a reference to the GuestCheck
See Also