C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.VersionCondition

상속: ICondition
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
GetIsFulfilled ( ConditionStateManager p_csmStateManager ) : bool

Gets whether or not the condition is fulfilled.

GetMessage ( ConditionStateManager p_csmStateManager ) : string

Gets a message describing whether or not the condition is fulfilled.

VersionCondition ( System.Version p_verVersion ) : System

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

메소드 상세

GetIsFulfilled() 공개 추상적인 메소드

Gets whether or not the condition is fulfilled.
public abstract GetIsFulfilled ( ConditionStateManager p_csmStateManager ) : bool
p_csmStateManager ConditionStateManager The manager that tracks the currect install state.
리턴 bool

GetMessage() 공개 추상적인 메소드

Gets a message describing whether or not the condition is fulfilled.
public abstract GetMessage ( ConditionStateManager p_csmStateManager ) : string
p_csmStateManager ConditionStateManager The manager that tracks the currect install state.
리턴 string

VersionCondition() 공개 메소드

A simple constructor that initializes the object with the given values.
public VersionCondition ( System.Version p_verVersion ) : System
p_verVersion System.Version The minimum required version.
리턴 System