StsExtensibilityDetailArrayE(ListObject, GuestCheck, Type) Constructor |
Note: This API is now obsolete.
Obsolete: Use the other constructor. Do not call IEnumerable[CheckDetailItem].ToList() to create a list to
pass to this constructor. This will create a new List object and any changes to the list will not be reflected
in this wrapper.
Namespace: SimphonyPosApi.Extensibility.TransactionModelAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntax[ObsoleteAttribute("Use the alternate constructor")]
public StsExtensibilityDetailArray(
List<Object> baseList,
GuestCheck context,
Type baseType
)
Parameters
- baseList ListObject
- context GuestCheck
- baseType Type
See Also