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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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

Méthode Description
Create ( ICollection owningCollection, ITsString title, ICmPossibility type ) : IRnGenericRec

Method Details

Create() public méthode

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.
Résultat IRnGenericRec

Create() public méthode

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.
Résultat IRnGenericRec