C# Class SIL.FieldWorks.FDO.DomainImpl.CmBaseAnnotationFactory

Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
CreateOwnerless ( ) : ICmBaseAnnotation

Create an ownerless object. This is used in import.

This can be removed when/if all annotations are owned.

Private Methods

Method Description
Create ( ICmAnnotationDefn annType, ICmObject instanceOf, IStTxtPara beginObject, int beginOffset, int endOffset ) : ICmBaseAnnotation

Method Details

CreateOwnerless() public method

Create an ownerless object. This is used in import.
This can be removed when/if all annotations are owned.
public CreateOwnerless ( ) : ICmBaseAnnotation
return ICmBaseAnnotation