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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Create ( ICmAnnotationDefn annType ) : ICmIndirectAnnotation

Creates a new indirect annotation

CreateOwnerless ( ) : ICmIndirectAnnotation

Create an ownerless object. This is used in import.

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

Method Details

Create() public méthode

Creates a new indirect annotation
public Create ( ICmAnnotationDefn annType ) : ICmIndirectAnnotation
annType ICmAnnotationDefn The type of indirect annotation
Résultat ICmIndirectAnnotation

CreateOwnerless() public méthode

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