Метод | Описание | |
---|---|---|
AccountRelationDataChunk ( |
||
Contains ( long id ) : bool |
Check contains specified user.
|
|
SetAsync ( IEnumerable |
Overwrite all elements by specified ids.
|
|
SetAsync ( long id, bool value ) : System.Threading.Tasks.Task |
Add/remove user id in this container.
|
Метод | Описание | |
---|---|---|
AddAsync ( IEnumerable |
||
InitializeCollection ( ) : System.Threading.Tasks.Task | ||
RaiseAccountDataUpdated ( IEnumerable |
||
RemoveAsync ( IEnumerable |
public AccountRelationDataChunk ( |
||
parent | ||
type | RelationDataType | |
Результат | System |
public SetAsync ( IEnumerable |
||
ids | IEnumerable |
new ids |
Результат | System.Threading.Tasks.Task |
public SetAsync ( long id, bool value ) : System.Threading.Tasks.Task | ||
id | long | target user's id |
value | bool | flag for add or remove |
Результат | System.Threading.Tasks.Task |