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: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
public class AppletManifest : IEquatable<AppletManifest>

The AppletManifest type exposes the following members.

Constructors
 NameDescription
Public methodAppletManifestInitializes 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 propertyConfigurationSettingsObsolete Applet configuration settings legacy
Public propertyDynamicHtml Gets the dynamically generated HTML assets
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 propertyLoginAsset Instructs the host which asset can be used as a starting point
Public propertyMenus Gets or sets the tile sizes the applet can have
Public propertyPathways Get or sets the care pathways
Obsolete
Public propertyPublisherCertificate Gets the publisher certificate for the solution
Public propertySettings Initial applet configuration
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
Obsolete
Public propertyViewModel Gets or sets the view model definitions
Top
Methods
 NameDescription
Public methodAddSetting Add a setting to the applet
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 methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSetting Gets the specified applet setting
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Initialize the applet manifest
Public methodStatic memberLoad Load the specified manifest name
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSave Save this applet manifest to the stream
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAsset Attempt to retrieve the assets assetPath
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 MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also