Метод | Описание | |
---|---|---|
EnumDataTypeAttribute ( string propertyEditorAlias = null, string name = null ) : System |
Specifies that the decorated enum is a code-first enum data type
|
|
Initialise ( |
Initialises the Factory property based on the type to which the attribute is applied.
|
public EnumDataTypeAttribute ( string propertyEditorAlias = null, string name = null ) : System | ||
propertyEditorAlias | string | The property editor alias for the data type |
name | string | The instance name for the data type |
Результат | System |
public Initialise ( |
||
decoratedType | The type to which the attribute is applied | |
Результат | void |