Click or drag to resize

MetadataContentEntry Class

List of attributes to describe the file content.
Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.PackageMetadataContentEntry

Namespace: Micros.PosCore.Extensibility.Package
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
[SerializableAttribute]
public class MetadataContentEntry

The MetadataContentEntry type exposes the following members.

Constructors
 NameDescription
Public methodMetadataContentEntryInitializes a new instance of the MetadataContentEntry class
Top
Properties
 NameDescription
Public propertyContentTypeID 
Public propertyDescription Content item description.
Public propertyDoNotLoadDLL Select for DLLs that you do not want to be automatically loaded.
Public propertyFileName File name. Example : root.js
Public propertyFileNameOrigin Path or Name of the file to load.
Public propertyHostType Acceptable Host type strings. 1. Ops 2. Transaction Services 3. Extensibility Service 4. None
Public propertyIsCurrentPlatformCompatible Set to true in case current platform is compatible.
Public propertyMainSIMContent Select if this is the main SIM script (not an include script). Only one main SIM script is allowed.
Public propertySignature 
Public propertyWriteDLLIntoHandlersDirectory Select to load the DLL into the Handlers directory.
Public propertyWriteToDiskFileName Disk file name. Example: root.js.
Public propertyZoneableKey ZoneableKey to identify the content item. please maintain unique name within extension application.
Top
Methods
See Also