Click or drag to resize

OpsExtensibilityDetailArrayE Class

Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.OpsExtensibilityDetailArrayE
    Micros.PosCore.Extensibility.OpsOpsExtensibilityDetailArrayE

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class OpsExtensibilityDetailArray<E> : ExtensibilityDetailArray<E>
where E : class

Type Parameters

E

The OpsExtensibilityDetailArrayE type exposes the following members.

Constructors
 NameDescription
Public methodOpsExtensibilityDetailArrayE(IEnumerableObject, GuestCheck) Constructor to create a extensibility wrapper for an IEnumerable
Public methodOpsExtensibilityDetailArrayE(ListObject, GuestCheck, Type)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.
Top
Methods
See Also