Dover Framework
 All Classes Namespaces Functions Variables Properties Pages
Public Member Functions | Public Attributes | List of all members
Dover.Framework.Attribute.ResourceBOMAttribute Class Reference

Include a resource on the AddInProject. All resources will be installed by Dover on AddIn Install. More...

Inherits Attribute, and IComparable< ResourceBOMAttribute >.

Public Member Functions

 ResourceBOMAttribute (String ResourceName, ResourceType Type)
 Include a resource on the AddInProject. All resources will be installed by Dover on AddIn Install. More...
 

Public Attributes

String ResourceName
 Fully Qualified Name of the embedded resource More...
 
ResourceType Type
 Type of the resource More...
 

Detailed Description

Include a resource on the AddInProject. All resources will be installed by Dover on AddIn Install.

Constructor & Destructor Documentation

Dover.Framework.Attribute.ResourceBOMAttribute.ResourceBOMAttribute ( String  ResourceName,
ResourceType  Type 
)
inline

Include a resource on the AddInProject. All resources will be installed by Dover on AddIn Install.

Parameters
ResourceNameFully Qualified Name of the embedded resource
TypeType of the resource

Member Data Documentation

String Dover.Framework.Attribute.ResourceBOMAttribute.ResourceName

Fully Qualified Name of the embedded resource

ResourceType Dover.Framework.Attribute.ResourceBOMAttribute.Type

Type of the resource


The documentation for this class was generated from the following file: