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

Afficher le fichier Open project: kienaiProject/ArtOfWords

Méthodes publiques

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

Method Details

AddModel() public méthode

public AddModel ( ItemStoryRelationModel model ) : void
model ItemStoryRelationModel
Résultat void

FindModel() public méthode

public FindModel ( int id ) : ItemStoryRelationModel
id int
Résultat ItemStoryRelationModel

OneStoryFrameItemStoryRelationModelManager() public méthode

public OneStoryFrameItemStoryRelationModelManager ( int storyFrameId ) : System.Collections.Generic
storyFrameId int
Résultat System.Collections.Generic

RemoveModel() public méthode

public RemoveModel ( ItemStoryRelationModel model ) : void
model ItemStoryRelationModel
Résultat void