C# Class OpenTween.Models.InternalStorageTabModel

Inheritance: TabModel
ファイルを表示 Open project: opentween/OpenTween

Protected Properties

Property Type Description
internalPosts PostClass>.ConcurrentDictionary

Public Methods

Method Description
AddPostQueue ( PostClass post ) : void
ClearIDs ( ) : void
EnqueueRemovePost ( long statusId, bool setIsDeleted ) : void
RemovePostImmediately ( long statusId ) : bool

Protected Methods

Method Description
InternalStorageTabModel ( string tabName ) : System

Method Details

AddPostQueue() public method

public AddPostQueue ( PostClass post ) : void
post PostClass
return void

ClearIDs() public method

public ClearIDs ( ) : void
return void

EnqueueRemovePost() public method

public EnqueueRemovePost ( long statusId, bool setIsDeleted ) : void
statusId long
setIsDeleted bool
return void

InternalStorageTabModel() protected method

protected InternalStorageTabModel ( string tabName ) : System
tabName string
return System

RemovePostImmediately() public method

public RemovePostImmediately ( long statusId ) : bool
statusId long
return bool

Property Details

internalPosts protected_oe property

protected ConcurrentDictionary internalPosts
return PostClass>.ConcurrentDictionary