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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

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

Create() public méthode

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
Résultat IScrDraft

Create() public méthode

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)
Résultat IScrDraft