AppletWidget Class |
Namespace: SanteDB.Core.Applets.Model
The AppletWidget type exposes the following members.
Name | Description | |
---|---|---|
AppletWidget | Initializes a new instance of the AppletWidget class |
Name | Description | |
---|---|---|
Bundle |
Gets or sets the references for the assets
(Inherited from AppletAssetHtml.) | |
ColorClass |
Color class
| |
Context |
Gets or sets the scope where the widget can be used
| |
Controller |
Gets or sets the controller
| |
Description |
Gets the main titles of the panel
| |
Guard |
Gets or sets the guard conditions for the applet. These are conditions on the scope which must be true in order for the panel to be enabled and visible.
| |
Html |
Content of the element
(Inherited from AppletAssetHtml.) | |
Icon |
Gets or sets the icon file reference
| |
Layout |
Gets or sets the master asset for this asset
(Inherited from AppletAssetHtml.) | |
MaxStack |
Gets or sets the order preference
| |
Name |
Gets or sets the name of the widget
| |
Order |
Gets or sets the order preference
| |
Priority |
Gets or sets the order preference
| |
Script |
Gets or sets the script
(Inherited from AppletAssetHtml.) | |
Size |
Gets or sets the type of widget
| |
Static |
Identifies whether the asset is static
(Inherited from AppletAssetHtml.) | |
Style |
Gets or sets the script
(Inherited from AppletAssetHtml.) | |
Titles |
Gets or sets the title of the applet asset
(Inherited from AppletAssetHtml.) | |
Type |
Gets or sets the type of widget
| |
View |
Gets or sets the action button to apply to the panel header
| |
ViewState |
Gets one or more routes
(Inherited from AppletAssetHtml.) |
Name | Description | |
---|---|---|
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.) | |
GetDescription |
Gets the specified decription
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTitle |
Gets the specified name
(Inherited from AppletAssetHtml.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |