C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Marks.MarkManagementStrategy.StoryFrameMarkManagementStrategy

Mostrar archivo Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
AddMark ( string text, int index, IMarkable targetMark ) : bool
AddStoryFrameMark ( int head, int tail, StoryFrameModel model ) : void
AddStoryFrameMark ( string text, int index, StoryFrameModel targetMark ) : void

Private Methods

Method Description
IsRange ( int index, Mark mark ) : bool

Method Details

AddMark() public static method

public static AddMark ( string text, int index, IMarkable targetMark ) : bool
text string
index int
targetMark IMarkable
return bool

AddStoryFrameMark() public static method

public static AddStoryFrameMark ( int head, int tail, StoryFrameModel model ) : void
head int
tail int
model ModernizedAlice.ArtOfWords.BizCommon.Model.StoryFrame.StoryFrameModel
return void

AddStoryFrameMark() public static method

public static AddStoryFrameMark ( string text, int index, StoryFrameModel targetMark ) : void
text string
index int
targetMark ModernizedAlice.ArtOfWords.BizCommon.Model.StoryFrame.StoryFrameModel
return void