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

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

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

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