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

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

공개 메소드들

메소드 설명
Create ( string description ) : IScrDraft

Create an empty saved version (containing no books)

Create ( string description, IEnumerable books ) : IScrDraft

Create a saved version, adding copies of the specified books.

Create ( string description, ScrDraftType type ) : IScrDraft

Create an empty version (containing no books)

메소드 상세

Create() 공개 메소드

Create an empty saved version (containing no books)
public Create ( string description ) : IScrDraft
description string Description for the saved version
리턴 IScrDraft

Create() 공개 메소드

Create a saved version, adding copies of the specified books.
public Create ( string description, IEnumerable books ) : IScrDraft
description string Description for the saved version
books IEnumerable Books that are copied to the saved version
리턴 IScrDraft

Create() 공개 메소드

Create an empty version (containing no books)
public Create ( string description, ScrDraftType type ) : IScrDraft
description string Description for the saved version
type ScrDraftType The type of version to create (saved or imported)
리턴 IScrDraft