Click or drag to resize
Cimbalino ToolkitApplicationManifestAppNode Class
Represents the app detailed information in the application manifest.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.HelpersApplicationManifestAppNode

Namespace: Cimbalino.Toolkit.Helpers
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public class ApplicationManifestAppNode

The ApplicationManifestAppNode type exposes the following members.

Constructors
  NameDescription
Public methodApplicationManifestAppNode
Initializes a new instance of the ApplicationManifestAppNode class
Top
Properties
  NameDescription
Public propertyAuthor
Gets or sets the app author’s name.
Public propertyBitsPerPixel
Gets or sets the bits per pixel of the app. 16 or 32 bits per pixel.
Public propertyCapabilities
Gets or sets the software capability requirements of the app.
Public propertyDescription
Gets or sets the description of the app.
Public propertyGenre
Gets or sets the app genre. The default value is either Apps.Normal or Apps.Game depending on the project type.
Public propertyHasSettings
Gets or sets a value indicating whether the app supports settings.
Public propertyHubType
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.
Public propertyIconPath
Gets or sets the location of the app icon that is visible in the app list. The attributes are for internal use only.
Public propertyIsBeta
Gets or sets a value indicating whether the app is a beta app. This has consequences for the app license.
Public propertyProductId
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.
Public propertyPublisher
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.
Public propertyPublisherId
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.
Public propertyRequirements
Gets or sets the hardware requirements of the app.
Public propertyScreenResolutions
Gets or sets the resolutions that the app supports.
Public propertyTasks
Gets or sets the tasks of the app.
Public propertyTitle
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.
Public propertyTokens
Gets or sets the tokens of the app.
Public propertyVersion
Gets or sets the app version. The default value is 1.0.0.0.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddEventHandler
Adds an event handler to an event source.
(Defined by ObjectExtensions.)
Public Extension MethodGetPropertyValue(String)Overloaded.
Searches for the public property with the specified name and gets its value.
(Defined by ObjectExtensions.)
Public Extension MethodGetPropertyValueTObject(String)Overloaded.
Searches for the public property with the specified name and gets its value.
(Defined by ObjectExtensions.)
Public Extension MethodInvokeMethod(String, Object)Overloaded.
Searches for the public method with the specified name and invokes it using the specified parameters.
(Defined by ObjectExtensions.)
Public Extension MethodInvokeMethodTObject(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.)
Public Extension MethodRemoveEventHandler
Removes an event handler from an event source.
(Defined by ObjectExtensions.)
Public Extension MethodSetPropertyValueTObject
Searches for the public property with the specified name and sets its value.
(Defined by ObjectExtensions.)
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also