Click or drag to resize

ReadonlyAppletCollection Methods

The ReadonlyAppletCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add an applet manifest to the collection
(Inherited from AppletCollection.)
Public methodAsReadonly
Readonly applet collection
(Inherited from AppletCollection.)
Public methodClear
Clear the collection of applets
(Inherited from AppletCollection.)
Public methodContains
Returns true if the collection contains the specified item
(Inherited from AppletCollection.)
Public methodCopyTo
Copies the specified collection to the array
(Inherited from AppletCollection.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Get the enumerator
(Inherited from AppletCollection.)
Public methodGetErrorAsset
Get the configured error asset from the applet collection
(Inherited from AppletCollection.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLazyScripts
Injection for HTML headers
(Inherited from AppletCollection.)
Public methodGetLoginAssetPath
Get the configured login asset for this collection
(Inherited from AppletCollection.)
Public methodGetTemplateDefinition
Gets the template definition
(Inherited from AppletCollection.)
Public methodGetTemplateInstance
Get the template instance with the specified parameters
(Inherited from AppletCollection.)
Public methodGetType (Inherited from Object.)
Public methodGetViewModelDescription
Gets the template definition
(Inherited from AppletCollection.)
Public methodIndexOf
Get the index of the specified item
(Inherited from AppletCollection.)
Public methodInsert
Inserts the specified item at the specified index
(Inherited from AppletCollection.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRegisterBundle
Register bundle
(Inherited from AppletCollection.)
Public methodRemove
Remove the specified item from the collection
(Inherited from AppletCollection.)
Public methodRemoveAt
Removes the specified item
(Inherited from AppletCollection.)
Public methodRenderAssetContent
Render asset content
(Inherited from AppletCollection.)
Public methodResolveAsset
Resolve the asset
(Inherited from AppletCollection.)
Public methodToString (Inherited from Object.)
Public methodTryResolveApplet
Try to resolve the specified asset
(Inherited from AppletCollection.)
Public methodVerifyDependencies
Verify dependencies are met for the specified applet
(Inherited from AppletCollection.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Top
See Also