Click or drag to resize

ReadonlyAppletCollection Class

A readonly applet collection
Inheritance Hierarchy
SystemObject
  SanteDB.Core.AppletsAppletCollection
    SanteDB.Core.AppletsReadonlyAppletCollection

Namespace: SanteDB.Core.Applets
Assembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
public class ReadonlyAppletCollection : AppletCollection

The ReadonlyAppletCollection type exposes the following members.

Properties
 NameDescription
Public propertyBaseUrl Gets the base URL
(Overrides AppletCollectionBaseUrl)
Public propertyCachePages Get the page caching setting
(Overrides AppletCollectionCachePages)
Public propertyCount Return the count of applets in the collection
(Inherited from AppletCollection)
Public propertyDefaultApplet The current default scope applet
(Inherited from AppletCollection)
Public propertyDefinedPathways Gets the defined templates
(Inherited from AppletCollection)
Public propertyDefinedTemplates Gets the defined templates in the manifests
(Inherited from AppletCollection)
Public propertyHtmlAssets Html Assets
(Inherited from AppletCollection)
Public propertyIsReadOnly Collection is readonly
(Overrides AppletCollectionIsReadOnly)
Public propertyItem Gets or sets the item at the specified element
(Inherited from AppletCollection)
Public propertyResolver Resolver
(Overrides AppletCollectionResolver)
Public propertyViewStateAssets Gets a list of all view states of all loaded applets
(Inherited from AppletCollection)
Public propertyWidgetAssets Gets a list of all widgets for all loaded applets
(Inherited from AppletCollection)
Top
Methods
 NameDescription
Public methodAdd Add an applet manifest to the collection
(Inherited from AppletCollection)
Public methodAsReadonly Readonly applet collection
(Inherited from AppletCollection)
Public methodClear Clear the collection of applets
(Inherited from AppletCollection)
Public methodClearCaches Clear all caches
(Overrides AppletCollectionClearCaches)
Public methodContains Returns true if the collection contains the specified item
(Inherited from AppletCollection)
Public methodCopyTo Copies the specified collection to the array
(Inherited from AppletCollection)
Public methodEqualsDetermines 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 methodGetDynamicHtmlAssets Gets all registered dynamic html asset generation source
(Inherited from AppletCollection)
Public methodGetEnumerator Get the enumerator
(Inherited from AppletCollection)
Public methodGetErrorAsset Get the configured error asset from the applet collection
(Inherited from AppletCollection)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLazyScripts Injection for HTML headers
(Inherited from AppletCollection)
Public methodGetLoginAssetPath Get the configured login asset for this collection
(Inherited from AppletCollection)
Public methodGetTemplateDefinition Gets the template definition
(Inherited from AppletCollection)
Obsolete
Public methodGetTemplateInstance Get the template instance with the specified parameters
(Inherited from AppletCollection)
Obsolete
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetViewModelDescription Gets the template definition
(Inherited from AppletCollection)
Public methodIndexOf Get the index of the specified item
(Inherited from AppletCollection)
Public methodInsert Inserts the specified item at the specified index
(Inherited from AppletCollection)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRegisterBundle Register bundle
(Inherited from AppletCollection)
Public methodRemove Remove the specified item from the collection
(Inherited from AppletCollection)
Public methodRemoveAt Removes the specified item
(Inherited from AppletCollection)
Public methodRenderAssetContent Render asset content
(Inherited from AppletCollection)
Public methodResolveAsset Resolve the asset
(Inherited from AppletCollection)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryResolveApplet Try to resolve the specified asset
(Inherited from AppletCollection)
Public methodVerifyDependencies Verify dependencies are met for the specified applet
(Inherited from AppletCollection)
Top
Events
 NameDescription
Public eventCollectionChanged Fired when the collection has changed
(Overrides AppletCollectionCollectionChanged)
Top
Fields
 NameDescription
Protected fieldm_appletManifest Represents the applet manifests in this collection
(Inherited from AppletCollection)
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