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

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
AddStoryFrameModel ( int storyFrameModelId ) : void
CharacterStoryRelationModelManager ( ) : System
FindCharacterStoryRelationModels ( int storyFrameModelId ) : ObservableCollection
FindModel ( int id ) : OneStoryFrameCharacterStoryRelationModelManager
GetNewModel ( int characterId, int storyId ) : CharacterStoryRelationModel
RemoveModel ( CharacterModel model ) : void
RemoveModel ( CharacterStoryRelationModel 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

CharacterStoryRelationModelManager() public method

public CharacterStoryRelationModelManager ( ) : System
return System

FindCharacterStoryRelationModels() public method

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

FindModel() public method

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

GetNewModel() public method

public GetNewModel ( int characterId, int storyId ) : CharacterStoryRelationModel
characterId int
storyId int
return CharacterStoryRelationModel

OnPropertyChanged() protected method

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

RemoveModel() public method

public RemoveModel ( CharacterModel model ) : void
model ModernizedAlice.ArtOfWords.BizCommon.Model.Character.CharacterModel
return void

RemoveModel() public method

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

RemoveModel() public method

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