Applet |
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 | |
| DefinedPathways | Gets the defined templates | |
| DefinedTemplates | Gets the defined templates in the manifests | |
| HtmlAssets | Html Assets | |
| 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) | |
| GetDynamicHtmlAssets | Gets all registered dynamic html asset generation source | |
| GetEnumerator | Get the enumerator | |
| GetErrorAsset | Get the configured error asset from the applet collection | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLazyScripts | Injection for HTML headers | |
| GetLoginAssetPath | Get the configured login asset for this collection | |
| GetTemplateDefinition |
Gets the template definition
Obsolete | |
| GetTemplateInstance |
Get the template instance with the specified parameters
Obsolete | |
| 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) | |
| TryResolveApplet | Try to resolve the specified asset | |
| 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 | |
|---|---|---|
| AddRangeAppletManifest |
Add itemsToAdd to me (Defined by ExtensionMethods) | |
| AsResultSet |
As result set
(Defined by ExtensionMethods) | |
| AsResultSetAppletManifest |
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) | |
| ForEachAppletManifest |
For each item in an enumerable
(Defined by ExtensionMethods) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods) | |
| ToDictionaryIgnoringDuplicatesAppletManifest, TKey |
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 |
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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |