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
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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