C# Class SIL.FieldWorks.SharpViews.Selections.InsertionPointRestoreData

Inheritance: ISelectionRestoreData
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
InsertionPointRestoreData ( InsertionPoint ip ) : System.Collections.Generic
RestoreSelection ( ) : Selection

Private Methods

Method Description
FindParents ( Box current ) : IEnumerable

Method Details

InsertionPointRestoreData() public method

public InsertionPointRestoreData ( InsertionPoint ip ) : System.Collections.Generic
ip InsertionPoint
return System.Collections.Generic

RestoreSelection() public method

public RestoreSelection ( ) : Selection
return Selection