OpsExtensibilityDetailArrayE(IEnumerableObject, GuestCheck) Constructor |
Constructor to create a extensibility wrapper for an IEnumerable
Namespace: Micros.PosCore.Extensibility.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic OpsExtensibilityDetailArray(
IEnumerable<Object> baseList,
GuestCheck context
)
Parameters
- baseList IEnumerableObject
- the enumerable that is wrapped
- context GuestCheck
- a reference to the GuestCheck
See Also