Method | Description | |
---|---|---|
PreValueAttribute ( string alias, string value ) : System |
Specifies a string prevalue to apply to a data type
|
|
PreValueAttribute ( string alias, string value, int sortOrder, int id ) : System |
Specifies a string prevalue to apply to a data type
|
public PreValueAttribute ( string alias, string value ) : System | ||
alias | string | The alias of the prevalue |
value | string | The value of the prevalue |
return | System |
public PreValueAttribute ( string alias, string value, int sortOrder, int id ) : System | ||
alias | string | The alias of the prevalue |
value | string | The value of the prevalue |
sortOrder | int | The sort order of the prevalue |
id | int | The id of the prevalue |
return | System |