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