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

Show file Open project: sillsdev/FieldWorks

Public Methods

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

Method Details

Create() public method

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

Create() public method

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
return IScrDraft

Create() public method

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)
return IScrDraft