SetEnumList
SetEnumList<TEnum>(string, IList<TEnum>)
public bool SetEnumList<TEnum>(string name, IList<TEnum> value) ;
Description
It wants to set the value of the EnumList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TEnum | Type of enum to set |
|
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
SetEnumList<TEnum>(int, IList<TEnum>)
public bool SetEnumList<TEnum>(int id, IList<TEnum> value) ;
Description
It wants to set the value of the EnumList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TEnum | Type of enum to set |
|
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.