MetadataContentEntry Class |
Namespace: Micros.PosCore.Extensibility.Package
[SerializableAttribute] public class MetadataContentEntry
The MetadataContentEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| MetadataContentEntry | Initializes a new instance of the MetadataContentEntry class |
| Name | Description | |
|---|---|---|
| ContentTypeID | ||
| Description |
Content item description.
| |
| DoNotLoadDLL |
Select for DLLs that you do not want to be automatically loaded.
| |
| FileName |
File name. Example : root.js
| |
| FileNameOrigin |
Path or Name of the file to load.
| |
| HostType |
Acceptable Host type strings.
1. Ops
2. Transaction Services
3. Extensibility Service
4. None
| |
| IsCurrentPlatformCompatible |
Set to true in case current platform is compatible.
| |
| MainSIMContent |
Select if this is the main SIM script (not an include script). Only one main SIM script is allowed.
| |
| Signature | ||
| WriteDLLIntoHandlersDirectory |
Select to load the DLL into the Handlers directory.
| |
| WriteToDiskFileName |
Disk file name. Example: root.js.
| |
| ZoneableKey |
ZoneableKey to identify the content item. please maintain unique name within extension application.
|