AppletCollection Class |
Namespace: SanteDB.Core.Applets
The AppletCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AppletCollection |
Constructs a new instance of the applet collection
| |
| AppletCollection(String) |
Applet collection rewrite to alternate url
|
| Name | Description | |
|---|---|---|
| BaseUrl |
Gets or sets the base url
| |
| CachePages |
Gets or sets whether caching is enabled
| |
| Count |
Return the count of applets in the collection
| |
| DefaultApplet |
The current default scope applet
| |
| IsReadOnly |
Return true if the collection is readonly
| |
| Item |
Gets or sets the item at the specified element
| |
| Resolver |
Asset content resolver called when asset content is null
| |
| ViewStateAssets |
Gets a list of all view states of all loaded applets
| |
| WidgetAssets |
Gets a list of all widgets for all loaded applets
|
| Name | Description | |
|---|---|---|
| Add |
Add an applet manifest to the collection
| |
| AsReadonly |
Readonly applet collection
| |
| Clear |
Clear the collection of applets
| |
| ClearCaches |
Clear all caches
| |
| Contains |
Returns true if the collection contains the specified item
| |
| CopyTo |
Copies the specified collection to the array
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Get the enumerator
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLazyScripts |
Injection for HTML headers
| |
| GetTemplateDefinition |
Gets the template definition
| |
| GetTemplateInstance |
Get the template instance with the specified parameters
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetViewModelDescription |
Gets the template definition
| |
| IndexOf |
Get the index of the specified item
| |
| Insert |
Inserts the specified item at the specified index
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RegisterBundle |
Register bundle
| |
| Remove |
Remove the specified item from the collection
| |
| RemoveAt |
Removes the specified item
| |
| RenderAssetContent |
Render asset content
| |
| ResolveAsset |
Resolve the asset
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| VerifyDependencies |
Verify dependencies are met for the specified applet
|
| Name | Description | |
|---|---|---|
| CollectionChanged |
Fired when the collection has changed
|
| Name | Description | |
|---|---|---|
| APPLET_SCHEME |
Represetns the applet scheme
| |
| m_appletManifest |
Represents the applet manifests in this collection
|
| Name | Description | |
|---|---|---|
| ConvertTReturn |
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.) | |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |