C# Класс SIL.FieldWorks.FDO.DomainImpl.CmIndirectAnnotationFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Create() публичный Метод

Creates a new indirect annotation
public Create ( ICmAnnotationDefn annType ) : ICmIndirectAnnotation
annType ICmAnnotationDefn The type of indirect annotation
Результат ICmIndirectAnnotation

CreateOwnerless() публичный Метод

Create an ownerless object. This is used in import.
This can be removed when/if all annotations are owned.
public CreateOwnerless ( ) : ICmIndirectAnnotation
Результат ICmIndirectAnnotation