AppletCollection Methods |
The AppletCollection type exposes the following members.
| 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 | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Get the enumerator
| |
| GetErrorAsset |
Get the configured error asset from the applet collection
| |
| GetHashCode | (Inherited from Object.) | |
| GetLazyScripts |
Injection for HTML headers
| |
| GetLoginAssetPath |
Get the configured login asset for this collection
| |
| GetTemplateDefinition |
Gets the template definition
| |
| GetTemplateInstance |
Get the template instance with the specified parameters
| |
| GetType | (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 | (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 | (Inherited from Object.) | |
| TryResolveApplet |
Try to resolve the specified asset
| |
| VerifyDependencies |
Verify dependencies are met for the specified applet
|
| Name | Description | |
|---|---|---|
| AddRangeAppletManifest |
Add itemsToAdd to me (Defined by ExtensionMethods.) | |
| AsResultSet | Overloaded.
As result set
(Defined by ExtensionMethods.) | |
| AsResultSetAppletManifest | Overloaded.
As result set
(Defined by ExtensionMethods.) | |
| 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.) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods.) | |
| ToDictionaryIgnoringDuplicatesAppletManifest, TKey(FuncAppletManifest, TKey) | Overloaded.
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector function. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods.) | |
| ToDictionaryIgnoringDuplicatesAppletManifest, TKey, TElement(FuncAppletManifest, TKey, FuncAppletManifest, TElement) | Overloaded.
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector and element selector functions. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods.) |