CheckExtensibilityDetail Class |
Namespace: Micros.PosCore.Extensibility.Ops
public abstract class CheckExtensibilityDetail
The CheckExtensibilityDetail type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckExtensibilityDetail | Initializes a new instance of the CheckExtensibilityDetail class |
Name | Description | |
---|---|---|
![]() | Add(String, String, String, String) |
Add extensibility detail to guest check header
|
![]() | Add(String, String, String, String, String, Int32, Int32) |
Add extensibility detail to guest check header
|
![]() | AddExtensibilityData |
Add extensibility detail to the check header (same as OpsContext.Check.AddExtensibilityData)
|
![]() | Find(String) |
Finds all extensibility detail on the check for the applicationName |
![]() | Find(String, String) |
Returns ArrayList of extensibility detail for the applicationName with the indicated dataName |
![]() | Get |
Gets an ExtensibilityDataDetail object using the detail-link
|
![]() | RemoveAll(String) |
Removes all extensibility detail on the current guest check with matching application name.
|
![]() | RemoveAll(String, String) |
Removes all extensibility detail on the current guest check with matching application and data name.
|
![]() | RemoveExtensibilityData |
Removes extensibility detail from guest check header (same as OpsContext.Check.RemoveExtensibilityData)
|
![]() | Update(String, String, String, String) |
Add or updates extensibility detail on the current guest check. This is used when only a single extensibility detail should exists on the guest check.
|
![]() | Update(String, String, String, String, String, Int32, Int32) |
Add or updates extensibility detail on the current guest check. This is used when only a single extensibility detail should exists on the guest check.
|