AppletInfo Class |
Namespace: SanteDB.Core.Applets.Model
The AppletInfo type exposes the following members.
Name | Description | |
---|---|---|
AppletInfo | Initializes a new instance of the AppletInfo class |
Name | Description | |
---|---|---|
Author |
Gets or sets the author of the applet
| |
Dependencies |
Gets or sets the applet's dependencies
| |
GroupNames |
Gets or sets the name of the applet info
| |
Hash |
A hash which validates the file has not changed on the disk. Different from signature which
indicates the manifest has not changed since installed.
| |
Icon |
Gets or sets the icon resource
| |
Id |
The identifier of the applet
(Inherited from AppletName.) | |
Names |
Gets or sets the name of the applet info
| |
PublicKeyToken |
The signature of the applet (not used for verification, rather lookup)
(Inherited from AppletName.) | |
Signature |
Gets or sets the signature which can be used to validate the file
(Inherited from AppletName.) | |
TimeStamp |
Represents the timestamp of the object
| |
Uuid |
Uuid of the applet
| |
Version |
The version of the applet
(Inherited from AppletName.) |
Name | Description | |
---|---|---|
AsReference |
Return this applet reference
| |
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.) | |
GetGroupName |
Gets the specified name
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetName |
Gets the specified name
| |
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 AppletName.) |
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.) |