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