Attribute to locate property type definitions in the plugin assembly. More...
Public Member Functions | |
| PluginPropertyTypesFileAttribute (string resourcePath) | |
| Instantiates PluginPropertyTypesFileAttribute. | |
Static Public Member Functions | |
| static string | GetValue ([NotNull] Assembly assembly) |
| Gets the resource path relative to assembly to plugin property types file. | |
Properties | |
| string | ResourcePath [get] |
| Relative path to a resource file containing the property type definitions in assembly, e.g. | |
Attribute to locate property type definitions in the plugin assembly.
Use in AssemblyInfo.cs like this [assembly: PluginPropertyTypesFile("Resources/PropertyTypes.xml")]
|
inline |
Instantiates PluginPropertyTypesFileAttribute.
| resourcePath | Relative path to a resource file containing the property type definitions in assembly, e.g. "Resources/PropertyTypes.xml". |
Gets the resource path relative to assembly to plugin property types file.
|
get |
Relative path to a resource file containing the property type definitions in assembly, e.g.
"Resources/PropertyTypes.xml".