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

Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
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.

Private Methods

Method Description
Create ( ICollection owningCollection, ITsString title, ICmPossibility type ) : IRnGenericRec

Method Details

Create() public method

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.
return IRnGenericRec

Create() public method

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.
return IRnGenericRec