본문으로 건너뛰기

Select

Overloads

NameDescription
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

NameTypeDescription
idint리뷰 아이디
selectionbool선택/해제
animationbool애니메이션
addSelectionbool선택/해제 상태 추가

Select(List<int> id, bool selection)

public void Select(List&lt;int&gt; id, bool selection)

리뷰 항목 선택/해제

Parameters

NameTypeDescription
idList<int>리뷰 아이디
selectionbool선택/해제

Select(bool selection)

public void Select(bool selection)

리뷰 항목 전체 선택(해제)

Parameters

NameTypeDescription
selectionbool전체 (비)선택