Empeld
Empeld plugin documentation.
pluginbase.Attributes.EnvironmentAttribute Class Reference

Attribute that identifies a class as an Environment Must be on an IEnvironment More...

Inheritance diagram for pluginbase.Attributes.EnvironmentAttribute:
pluginbase.Attributes.AuthoredAttribute

Public Member Functions

 EnvironmentAttribute (string name)
 Initializes a new instance of the pluginbase.Attributes.EnvironmentAttribute class. More...
 

Additional Inherited Members

- Protected Member Functions inherited from pluginbase.Attributes.AuthoredAttribute
 AuthoredAttribute (string name)
 Initializes a new instance of the pluginbase.Attributes.AuthoredAttribute class. More...
 
- Properties inherited from pluginbase.Attributes.AuthoredAttribute
string Name [get]
 The name of the item being authored More...
 
string Author [get, set]
 Gets or sets the name of the author More...
 
string Description [get, set]
 Gets or sets the description of the authored item More...
 
string IconPath [get, set]
 Gets or sets the relative path of an image representing the item More...
 

Detailed Description

Attribute that identifies a class as an Environment Must be on an IEnvironment

Attribute: AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)

Constructor & Destructor Documentation

◆ EnvironmentAttribute()

pluginbase.Attributes.EnvironmentAttribute.EnvironmentAttribute ( string  name)

Initializes a new instance of the pluginbase.Attributes.EnvironmentAttribute class.

Parameters
nameName.
17  :base(name)
18  {}

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