C# Class YAMP.ExampleAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
ExampleAttribute ( String exampleCode ) : System

Creates a new example attribute with the specified example string.

ExampleAttribute ( String exampleCode, String descriptionKey ) : System

Creates a new example attribute with the specified example string.

ExampleAttribute ( String exampleCode, String descriptionKey, System.Boolean file ) : System

Creates a new example attribute with the specified example string.

Method Details

ExampleAttribute() public method

Creates a new example attribute with the specified example string.
public ExampleAttribute ( String exampleCode ) : System
exampleCode String The example to store.
return System

ExampleAttribute() public method

Creates a new example attribute with the specified example string.
public ExampleAttribute ( String exampleCode, String descriptionKey ) : System
exampleCode String The example to store.
descriptionKey String The description to store.
return System

ExampleAttribute() public method

Creates a new example attribute with the specified example string.
public ExampleAttribute ( String exampleCode, String descriptionKey, System.Boolean file ) : System
exampleCode String The example to store.
descriptionKey String The description to store.
file System.Boolean The status if the file system is manipulated.
return System