메소드 | 설명 | |
---|---|---|
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.
|
public ExampleAttribute ( String exampleCode ) : System | ||
exampleCode | String | The example to store. |
리턴 | System |
public ExampleAttribute ( String exampleCode, String descriptionKey ) : System | ||
exampleCode | String | The example to store. |
descriptionKey | String | The description to store. |
리턴 | System |
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 |