C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Relation.ItemStoryRelationModelManager

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
AddStoryFrameModel ( int storyFrameModelId ) : void
FindItemStoryRelationModels ( int storyFrameModelId ) : ObservableCollection
FindModel ( int id ) : OneStoryFrameItemStoryRelationModelManager
GetNewModel ( int itemId, int storyId ) : ItemStoryRelationModel
ItemStoryRelationModelManager ( ) : System.Collections.Generic
RemoveModel ( ItemModel model ) : void
RemoveModel ( ItemStoryRelationModel model ) : void
RemoveModel ( StoryFrameModel model ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
OnIMarkableDeleted ( object sender, DeleteIMarkableModelEventArgs arg ) : void

Method Details

AddStoryFrameModel() public method

public AddStoryFrameModel ( int storyFrameModelId ) : void
storyFrameModelId int
return void

FindItemStoryRelationModels() public method

public FindItemStoryRelationModels ( int storyFrameModelId ) : ObservableCollection
storyFrameModelId int
return ObservableCollection

FindModel() public method

public FindModel ( int id ) : OneStoryFrameItemStoryRelationModelManager
id int
return OneStoryFrameItemStoryRelationModelManager

GetNewModel() public method

public GetNewModel ( int itemId, int storyId ) : ItemStoryRelationModel
itemId int
storyId int
return ItemStoryRelationModel

ItemStoryRelationModelManager() public method

public ItemStoryRelationModelManager ( ) : System.Collections.Generic
return System.Collections.Generic

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

RemoveModel() public method

public RemoveModel ( ItemModel model ) : void
model ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel
return void

RemoveModel() public method

public RemoveModel ( ItemStoryRelationModel model ) : void
model ItemStoryRelationModel
return void

RemoveModel() public method

public RemoveModel ( StoryFrameModel model ) : void
model ModernizedAlice.ArtOfWords.BizCommon.Model.StoryFrame.StoryFrameModel
return void