Для изменения размера нажмите или перетащите

FileListControlViewModel - конструктор

Инициализирует новый экземпляр класса FileListControlViewModel

Пространство имён:  Tessa.UI.Files.Controls
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public FileListControlViewModel(
	IFileUIContainer container,
	IExtensionContainer extensionContainer,
	IMenuContext menuContext,
	ICollection<IFileType> cardFileTypes,
	bool isCategoriesEnabled,
	bool isManualCategoriesCreationDisabled,
	bool isNullCategoryCreationDisabled,
	bool isPreservingCategoriesOrder,
	bool isIgnoreExistingCategories,
	ISession session,
	IProcessNameResolver processNameResolver,
	Func<IFileCollection, IFileViewModelCollection> createViewModelCollectionFunc = null,
	string name = null,
	string previewControlName = null,
	IEnumerable<IFile> files = null,
	IEnumerable<IFileGrouping> groupings = null,
	bool groupsExpanded = true,
	IEnumerable<IFileSorting> sortings = null,
	IEnumerable<IMenuAction> actions = null,
	IEnumerable<IMenuAction> fileActions = null,
	IEnumerable<IMenuAction> versionActions = null
)

Параметры

container
Тип: Tessa.UI.FilesIFileUIContainer
extensionContainer
Тип: Tessa.ExtensionsIExtensionContainer
menuContext
Тип: Tessa.UI.MenuIMenuContext
cardFileTypes
Тип: System.Collections.GenericICollectionIFileType
isCategoriesEnabled
Тип: SystemBoolean
isManualCategoriesCreationDisabled
Тип: SystemBoolean
isNullCategoryCreationDisabled
Тип: SystemBoolean
isPreservingCategoriesOrder
Тип: SystemBoolean
isIgnoreExistingCategories
Тип: SystemBoolean
session
Тип: Tessa.Platform.RuntimeISession
processNameResolver
Тип: Tessa.PlatformIProcessNameResolver
createViewModelCollectionFunc (Optional)
Тип: SystemFuncIFileCollection, IFileViewModelCollection
name (Optional)
Тип: SystemString
previewControlName (Optional)
Тип: SystemString
files (Optional)
Тип: System.Collections.GenericIEnumerableIFile
groupings (Optional)
Тип: System.Collections.GenericIEnumerableIFileGrouping
groupsExpanded (Optional)
Тип: SystemBoolean
sortings (Optional)
Тип: System.Collections.GenericIEnumerableIFileSorting
actions (Optional)
Тип: System.Collections.GenericIEnumerableIMenuAction
fileActions (Optional)
Тип: System.Collections.GenericIEnumerableIMenuAction
versionActions (Optional)
Тип: System.Collections.GenericIEnumerableIMenuAction
См. также