ReadonlyAppletCollection Methods |
The ReadonlyAppletCollection type exposes the following members.
| 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 | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Get the enumerator
(Inherited from AppletCollection.) | |
| GetErrorAsset |
Get the configured error asset from the applet collection
(Inherited from AppletCollection.) | |
| GetHashCode | (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.) | |
| GetTemplateInstance |
Get the template instance with the specified parameters
(Inherited from AppletCollection.) | |
| GetType | (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 | (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 | (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 | |
|---|---|---|
| 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.) |