Click or drag to resize

AppletManifest Class

The applet manifest is responsible for storing data related to a JavaScript applet
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Applets.ModelAppletManifest

Namespace:  SanteDB.Core.Applets.Model
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public class AppletManifest : IEquatable<AppletManifest>

The AppletManifest type exposes the following members.

Constructors
  NameDescription
Public methodAppletManifest
Initializes a new instance of the AppletManifest class
Top
Properties
  NameDescription
Public propertyAssets
Gets or sets the assets which are to be used in the applet
Public propertyConfiguration
Initial applet configuration
Public propertyDataSetup
Gets or sets the data operations to be performed
Public propertyErrorAssets
Instructs the host which asset can be used as a starting point
Public propertyInfo
Applet information itself
Public propertyLocales
Gets or sets the locales in the applet
Public propertyMenus
Gets or sets the tile sizes the applet can have
Public propertyStartAsset
Instructs the host which asset can be used as a starting point
Public propertyStrings
Gets or sets the applet strings
Public propertyTemplates
Gets or ets the templates for use in the applet
Public propertyViewModel
Gets or sets the view model definitions
Top
Methods
  NameDescription
Public methodCreatePackage
Create an unsigned package
Public methodEquals(AppletManifest)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize the applet manifest
Public methodStatic memberLoad
Load the specified manifest name
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save this applet manifest to the stream
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also