C# Класс YAMP.ExampleAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ExampleAttribute() публичный Метод

Creates a new example attribute with the specified example string.
public ExampleAttribute ( String exampleCode ) : System
exampleCode String The example to store.
Результат System

ExampleAttribute() публичный Метод

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.
Результат System

ExampleAttribute() публичный Метод

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.
Результат System