Select
Overloads
| Name | Description |
|---|---|
| Select(int id, bool selection, bool animation, bool addSelection) | 측정 항목 선택/해제 |
| Select(List<int> id, bool selection) | 측정 항목 선택/해제 |
| Select(List<MeasureItem> items, bool selection) | 측정 항목 선택/해제 |
| Select(bool selection) | 측정 항목 전체 선택 해제 |
Select(int id, bool selection, bool animation, bool addSelection)
측정 항목 선택/해제
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | 측정 아이디(ID) |
| selection | bool | 선택/해제 |
| animation | bool | 애니메이션 |
| addSelection | bool | 선택/해제 상태 추가 |
Select(List<int> id, bool selection)
측정 항목 선택/해제
Parameters
| Name | Type | Description |
|---|---|---|
| id | List<int> | 리뷰 아이디 |
| selection | bool | 선택/해제 |
Select(List<MeasureItem> items, bool selection)
측정 항목 선택/해제
Parameters
| Name | Type | Description |
|---|---|---|
| items | List<MeasureItem> | 리뷰 항목 |
| selection | bool | 선택/해제 |
Select(bool selection)
측정 항목 전체 선택 해제
Parameters
| Name | Type | Description |
|---|---|---|
| selection | bool | 전체 (비)선택 |