CheckExtensibilityDetail Class |
Check extensibility detail management.
Inheritance HierarchySystemObject
Micros.PosCore.Extensibility.OpsCheckExtensibilityDetail
Namespace: Micros.PosCore.Extensibility.OpsAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic abstract class CheckExtensibilityDetail
The CheckExtensibilityDetail type exposes the following members.
Constructors
Methods | 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.
|
Top
Remarks
The methods in this class have been written so that they will work well when used from SIM scripts.
See Also