Bloom.CollectionTab.LibraryListView.IsSuitableSourceForThisEditableCollection C# (CSharp) Method

IsSuitableSourceForThisEditableCollection() private method

private IsSuitableSourceForThisEditableCollection ( BookInfo bookInfo ) : bool
bookInfo BookInfo
return bool
        private bool IsSuitableSourceForThisEditableCollection(BookInfo bookInfo)
        {
            return (_model.IsShellProject && bookInfo.IsSuitableForMakingShells) ||
                   (!_model.IsShellProject && bookInfo.IsSuitableForVernacularLibrary);
        }