C# Class FileSelector.ViewModels.NewFilePlus.NewFilePlusViewModel

つよくてニューファイルのViewModel
Inheritance: System.NotifyPropertyChangedBase
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
ChangeAllCharactersSelection ( bool doSelect ) : void

全ての登場人物の選択状態を変更する

ChangeAllEventsSelection ( bool doSelect ) : void

全てのイベントの選択状態を変更する

ChangeAllItemsSelection ( bool doSelect ) : void

全てのアイテムの選択状態を変更する

ChangeAllStoryFramesSelection ( bool doSelect ) : void

全ての展開の選択状態を変更する

Method Details

ChangeAllCharactersSelection() public method

全ての登場人物の選択状態を変更する
public ChangeAllCharactersSelection ( bool doSelect ) : void
doSelect bool 変更先
return void

ChangeAllEventsSelection() public method

全てのイベントの選択状態を変更する
public ChangeAllEventsSelection ( bool doSelect ) : void
doSelect bool 変更先
return void

ChangeAllItemsSelection() public method

全てのアイテムの選択状態を変更する
public ChangeAllItemsSelection ( bool doSelect ) : void
doSelect bool 変更先
return void

ChangeAllStoryFramesSelection() public method

全ての展開の選択状態を変更する
public ChangeAllStoryFramesSelection ( bool doSelect ) : void
doSelect bool 変更先
return void