C# 클래스 SIL.FieldWorks.FDO.DomainImpl.CmIndirectAnnotationFactory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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