Click or drag to resize

StsExtensibilityDetailArrayE(IEnumerableObject, GuestCheck) Constructor

Constructor to create a extensibility wrapper for an IEnumerable

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

Parameters

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