Click or drag to resize

ManifestExtensibilityApplication Class

Application manifest information
Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.PackageManifestExtensibilityApplication

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

The ManifestExtensibilityApplication type exposes the following members.

Constructors
 NameDescription
Public methodManifestExtensibilityApplicationInitializes a new instance of the ManifestExtensibilityApplication class
Top
Properties
 NameDescription
Public propertyClientMaximum Supported simphony maximum client version. Example 19.6 or * in case all versions.
Public propertyClientMinimum Supported simphony minimum client version. Example 19.6 or * in case all versions.
Public propertyPath Path or Folder name where extensibility application located. example: V1
Top
See Also