C# 클래스 YAMP.ExampleAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
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