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

Наследование: ICondition
Показать файл Открыть проект

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

Метод Описание
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