C# Class Nexus.Client.ModManagement.Scripting.XmlScript.ConditionallyInstalledFileSet

A pattern that is matched against external conditions to determine whether or not its files are installed.
Inheritance: ObservableObject
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
ConditionallyInstalledFileSet ( ICondition p_cndCondition, IList p_lstFiles ) : System.Collections.Generic

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

Private Methods

Méthode Description
Files_CollectionChanged ( object sender, System e ) : void

Method Details

ConditionallyInstalledFileSet() public méthode

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.
Résultat System.Collections.Generic