Readonly |
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) | |
| DefinedPathways |
Gets the defined templates
(Inherited from AppletCollection) | |
| DefinedTemplates |
Gets the defined templates in the manifests
(Inherited from AppletCollection) | |
| HtmlAssets |
Html Assets
(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) | |
| ClearCaches |
Clear all caches
(Overrides AppletCollectionClearCaches) | |
| 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) | |
| GetDynamicHtmlAssets |
Gets all registered dynamic html asset generation source
(Inherited from AppletCollection) | |
| GetEnumerator |
Get the enumerator
(Inherited from AppletCollection) | |
| GetErrorAsset |
Get the configured error asset from the applet collection
(Inherited from AppletCollection) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLazyScripts |
Injection for HTML headers
(Inherited from AppletCollection) | |
| GetLoginAssetPath |
Get the configured login asset for this collection
(Inherited from AppletCollection) | |
| GetTemplateDefinition |
Gets the template definition
(Inherited from AppletCollection) Obsolete | |
| GetTemplateInstance |
Get the template instance with the specified parameters
(Inherited from AppletCollection) Obsolete | |
| 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) | |
| TryResolveApplet |
Try to resolve the specified asset
(Inherited from AppletCollection) | |
| 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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |