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

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

공개 메소드들

메소드 설명
Create ( IRnGenericRec record, ITsString title, ICmPossibility type ) : IRnGenericRec

Creates a new record with the specified record as the owner.

Create ( IRnResearchNbk notebook, ITsString title, ICmPossibility type ) : IRnGenericRec

Creates a new record with the specified notebook as the owner.

비공개 메소드들

메소드 설명
Create ( ICollection owningCollection, ITsString title, ICmPossibility type ) : IRnGenericRec

메소드 상세

Create() 공개 메소드

Creates a new record with the specified record as the owner.
public Create ( IRnGenericRec record, ITsString title, ICmPossibility type ) : IRnGenericRec
record IRnGenericRec The record.
title ITsString The title.
type ICmPossibility The type.
리턴 IRnGenericRec

Create() 공개 메소드

Creates a new record with the specified notebook as the owner.
public Create ( IRnResearchNbk notebook, ITsString title, ICmPossibility type ) : IRnGenericRec
notebook IRnResearchNbk The notebook.
title ITsString The title.
type ICmPossibility The type.
리턴 IRnGenericRec