C# Class Gramps.Controllers.ViewModels.ReviewersSendViewModel

Inheritance: CallNavigationViewModel
Mostra file Open project: ucdavis/Gramps Class Usage Examples

Public Properties

Property Type Description
EditorsToNotify IQueryable
Immediate bool

Public Methods

Method Description
Create ( IRepository repository, CallForProposal callForProposal ) : ReviewersSendViewModel

Method Details

Create() public static method

public static Create ( IRepository repository, CallForProposal callForProposal ) : ReviewersSendViewModel
repository IRepository
callForProposal CallForProposal
return ReviewersSendViewModel

Property Details

EditorsToNotify public_oe property

public IQueryable EditorsToNotify
return IQueryable

Immediate public_oe property

public bool Immediate
return bool