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

Show file Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
AddModel ( ItemStoryRelationModel model ) : void
FindModel ( int id ) : ItemStoryRelationModel
OneStoryFrameItemStoryRelationModelManager ( int storyFrameId ) : System.Collections.Generic
RemoveModel ( ItemStoryRelationModel model ) : void

Method Details

AddModel() public method

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

FindModel() public method

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

OneStoryFrameItemStoryRelationModelManager() public method

public OneStoryFrameItemStoryRelationModelManager ( int storyFrameId ) : System.Collections.Generic
storyFrameId int
return System.Collections.Generic

RemoveModel() public method

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