ReadonlyAppletCollection Class |
Namespace: SanteDB.Core.Applets
The ReadonlyAppletCollection type exposes the following members.
Name | Description | |
---|---|---|
BaseUrl |
Gets the base URL
(Overrides AppletCollectionBaseUrl.) | |
CachePages |
Get the page caching setting
(Overrides AppletCollectionCachePages.) | |
Count |
Return the count of applets in the collection
(Inherited from AppletCollection.) | |
DefaultApplet |
The current default scope applet
(Inherited from AppletCollection.) | |
IsReadOnly |
Collection is readonly
(Overrides AppletCollectionIsReadOnly.) | |
Item |
Gets or sets the item at the specified element
(Inherited from AppletCollection.) | |
Resolver |
Resolver
(Overrides AppletCollectionResolver.) | |
ViewStateAssets |
Gets a list of all view states of all loaded applets
(Inherited from AppletCollection.) | |
WidgetAssets |
Gets a list of all widgets for all loaded applets
(Inherited from AppletCollection.) |
Name | Description | |
---|---|---|
Add |
Add an applet manifest to the collection
(Inherited from AppletCollection.) | |
AsReadonly |
Readonly applet collection
(Inherited from AppletCollection.) | |
Clear |
Clear the collection of applets
(Inherited from AppletCollection.) | |
Contains |
Returns true if the collection contains the specified item
(Inherited from AppletCollection.) | |
CopyTo |
Copies the specified collection to the array
(Inherited from AppletCollection.) | |
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
(Inherited from AppletCollection.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLazyScripts |
Injection for HTML headers
(Inherited from AppletCollection.) | |
GetTemplateDefinition |
Gets the template definition
(Inherited from AppletCollection.) | |
GetTemplateInstance |
Get the template instance with the specified parameters
(Inherited from AppletCollection.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetViewModelDescription |
Gets the template definition
(Inherited from AppletCollection.) | |
IndexOf |
Get the index of the specified item
(Inherited from AppletCollection.) | |
Insert |
Inserts the specified item at the specified index
(Inherited from AppletCollection.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterBundle |
Register bundle
(Inherited from AppletCollection.) | |
Remove |
Remove the specified item from the collection
(Inherited from AppletCollection.) | |
RemoveAt |
Removes the specified item
(Inherited from AppletCollection.) | |
RenderAssetContent |
Render asset content
(Inherited from AppletCollection.) | |
ResolveAsset |
Resolve the asset
(Inherited from AppletCollection.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VerifyDependencies |
Verify dependencies are met for the specified applet
(Inherited from AppletCollection.) |
Name | Description | |
---|---|---|
CollectionChanged |
Fired when the collection has changed
(Overrides AppletCollectionCollectionChanged.) |
Name | Description | |
---|---|---|
m_appletManifest |
Represents the applet manifests in this collection
(Inherited from AppletCollection.) |
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.) |