메소드 | 설명 | |
---|---|---|
EnumFieldAttribute ( string name, string description, |
Initializes a new instance of the EnumFieldAttribute class.
|
public EnumFieldAttribute ( string name, string description, |
||
name | string | The name. |
description | string | The description. |
enumSourceType | Type of the enum source. | |
required | bool | if set to |
defaultValue | string | The default value. If multiple values are supported (i.e. checkbox) each value should be delimited by a comma |
category | string | The category. |
order | int | The order. |
key | string | The key. |
리턴 | System |