C# 클래스 ModernizedAlice.ArtOfWords.BizCommon.Model.Relation.OneStoryFrameItemStoryRelationModelManager

파일 보기 프로젝트 열기: kienaiProject/ArtOfWords

공개 메소드들

메소드 설명
AddModel ( ItemStoryRelationModel model ) : void
FindModel ( int id ) : ItemStoryRelationModel
OneStoryFrameItemStoryRelationModelManager ( int storyFrameId ) : System.Collections.Generic
RemoveModel ( ItemStoryRelationModel model ) : void

메소드 상세

AddModel() 공개 메소드

public AddModel ( ItemStoryRelationModel model ) : void
model ItemStoryRelationModel
리턴 void

FindModel() 공개 메소드

public FindModel ( int id ) : ItemStoryRelationModel
id int
리턴 ItemStoryRelationModel

OneStoryFrameItemStoryRelationModelManager() 공개 메소드

public OneStoryFrameItemStoryRelationModelManager ( int storyFrameId ) : System.Collections.Generic
storyFrameId int
리턴 System.Collections.Generic

RemoveModel() 공개 메소드

public RemoveModel ( ItemStoryRelationModel model ) : void
model ItemStoryRelationModel
리턴 void