C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.ConditionallyInstalledFileSet

A pattern that is matched against external conditions to determine whether or not its files are installed.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConditionallyInstalledFileSet ( ICondition p_cndCondition, IList p_lstFiles ) : System.Collections.Generic

A simple constructor that initializes the object with the given values.

Приватные методы

Метод Описание
Files_CollectionChanged ( object sender, System e ) : void

Описание методов

ConditionallyInstalledFileSet() публичный Метод

A simple constructor that initializes the object with the given values.
public ConditionallyInstalledFileSet ( ICondition p_cndCondition, IList p_lstFiles ) : System.Collections.Generic
p_cndCondition ICondition The condition that must by fulfilled for this pattern's files to be installed.
p_lstFiles IList The files that are to be installed if the given condition is fulfilled.
Результат System.Collections.Generic