Click or drag to resize

Manifest Class

Extension application manifest
Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.PackageManifest

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

The Manifest type exposes the following members.

Constructors
  NameDescription
Public methodManifest
Initializes a new instance of the Manifest class
Top
Properties
  NameDescription
Public propertyDocumentation
Extension application name.
Public propertyExtensibilityApplications
List of extensibility application versions. if not specified, 'default' will be considered.
Public propertyName
Extension application name.
Top
See Also