| ApplicationManifestAppNode Class | 
Namespace: Cimbalino.Toolkit.Helpers
public class ApplicationManifestAppNode
The ApplicationManifestAppNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationManifestAppNode | Initializes a new instance of the ApplicationManifestAppNode class  | 
| Name | Description | |
|---|---|---|
| Author | 
            Gets or sets the app author’s name.
              | |
| BitsPerPixel | 
            Gets or sets the bits per pixel of the app. 16 or 32 bits per pixel.
              | |
| Capabilities | 
            Gets or sets the software capability requirements of the app.
              | |
| Description | 
            Gets or sets the description of the app.
              | |
| Genre | 
            Gets or sets the app genre. The default value is either Apps.Normal or Apps.Game depending on the project type.
              | |
| HasSettings | 
            Gets or sets a value indicating whether the app supports settings.
              | |
| HubType | 
            Gets or sets the hub type of the app. Enables your app to appear in the Extras section of the Music + Videos Hub. It is used for testing before app submission, and must be manually entered in the manifest file. A value of 1 enables this functionality.
              | |
| IconPath | 
            Gets or sets the location of the app icon that is visible in the app list. The attributes are for internal use only.
              | |
| IsBeta | 
            Gets or sets a value indicating whether the app is a beta app. This has consequences for the app license.
              | |
| ProductId | 
            Gets or sets the app product id. The default value is the GUID for the project (128 bit). During the app submission process, a new product ID is inserted into the manifest file.
              | |
| Publisher | 
            Gets or sets the publisher of the app. This default value is the name of the project. This attribute is required for certain types of apps, such as push-enabled apps.
              | |
| PublisherId | 
            Gets or sets the publisher id of the app. The default value is the GUID for the project (128 bit). During the app submission process, a new product ID is inserted into the manifest file.
              | |
| Requirements | 
            Gets or sets the hardware requirements of the app.
              | |
| ScreenResolutions | 
            Gets or sets the resolutions that the app supports.
              | |
| Tasks | 
            Gets or sets the tasks of the app.
              | |
| Title | 
            Gets or sets the title of the app that appears in the app list or Games Hub. The default value is the name of the project.
              | |
| Tokens | 
            Gets or sets the tokens of the app.
              | |
| Version | 
            Gets or sets the app version. The default value is 1.0.0.0.
              | 
| 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.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| 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 | |
|---|---|---|
| AddEventHandler | 
            Adds an event handler to an event source.
              (Defined by ObjectExtensions.) | |
| GetPropertyValue(String) | Overloaded.   
            Searches for the public property with the specified name and gets its value.
              (Defined by ObjectExtensions.) | |
| GetPropertyValueTObject(String) | Overloaded.   
            Searches for the public property with the specified name and gets its value.
              (Defined by ObjectExtensions.) | |
| InvokeMethod(String, Object) | Overloaded.   
            Searches for the public method with the specified name and invokes it using the specified parameters.
              (Defined by ObjectExtensions.) | |
| InvokeMethodTObject(String, Object) | Overloaded.   
            Searches for the public method with the specified name and invokes it using the specified parameters, returning the result.
              (Defined by ObjectExtensions.) | |
| RemoveEventHandler | 
            Removes an event handler from an event source.
              (Defined by ObjectExtensions.) | |
| SetPropertyValueTObject | 
            Searches for the public property with the specified name and sets its value.
              (Defined by ObjectExtensions.) |