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

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

공개 메소드들

메소드 설명
Create ( IFdoOwningSequence booksOS, int bookNumber ) : IScrBook

Initializes a new instance of the IScrBook class and adds it to the given sequence.

Create ( IFdoOwningSequence booksOS, int bookNumber, IStText &title ) : IScrBook

Initializes a new instance of the IScrBook class and adds it to the given sequence. Also creates a new StText for the ScrBook's Title property.

Create ( int bookNumber ) : IScrBook

Initializes a new instance of the IScrBook class and adds it to the IScripture.

Create ( int bookNumber, IStText &title ) : IScrBook

Initializes a new instance of the IScrBook class and adds it to the IScripture. Also creates a new StText for the ScrBook's Title property.

메소드 상세

Create() 공개 메소드

Initializes a new instance of the IScrBook class and adds it to the given sequence.
If this method is called with a /// canonical book number which is already represented in the given sequence
public Create ( IFdoOwningSequence booksOS, int bookNumber ) : IScrBook
booksOS IFdoOwningSequence Owning sequence of books to add the new book to
bookNumber int Canonical book number to be inserted
리턴 IScrBook

Create() 공개 메소드

Initializes a new instance of the IScrBook class and adds it to the given sequence. Also creates a new StText for the ScrBook's Title property.
If this method is called with a /// canonical book number which is already represented in the given sequence
public Create ( IFdoOwningSequence booksOS, int bookNumber, IStText &title ) : IScrBook
booksOS IFdoOwningSequence Owning sequence of books to add the new book to
bookNumber int Canonical book number to be inserted
title IStText The title StText created for the new book
리턴 IScrBook

Create() 공개 메소드

Initializes a new instance of the IScrBook class and adds it to the IScripture.
If this method is called with a /// canonical book number which is already represented in the database
public Create ( int bookNumber ) : IScrBook
bookNumber int Canonical book number to be inserted
리턴 IScrBook

Create() 공개 메소드

Initializes a new instance of the IScrBook class and adds it to the IScripture. Also creates a new StText for the ScrBook's Title property.
If this method is called with a /// canonical book number which is already represented in the database
public Create ( int bookNumber, IStText &title ) : IScrBook
bookNumber int Canonical book number to be inserted
title IStText The title StText created for the new book
리턴 IScrBook