C# Class kasthack.vksharp.RequestApi.MethodGroup_storage

ファイルを表示 Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
Get ( int userId = null, bool global = false ) : Request
GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Request
Set ( string key, string value, int userId = null, bool global = false ) : Request

Private Methods

Method Description
MethodGroup_storage ( RequestApi parent ) : System

Method Details

Get() public method

public Get ( int userId = null, bool global = false ) : Request
userId int
global bool
return Request

GetKeys() public method

public GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Request
userId int
global bool
offset int
count int
return Request

Set() public method

public Set ( string key, string value, int userId = null, bool global = false ) : Request
key string
value string
userId int
global bool
return Request