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

An option type that doesn't change.
Inheritance: IOptionTypeResolver
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
ResolveOptionType ( ConditionStateManager p_csmStateManager ) : OptionType

Gets the option type.

StaticOptionTypeResolver ( OptionType p_ptpType ) : System

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

Method Details

ResolveOptionType() public method

Gets the option type.
public ResolveOptionType ( ConditionStateManager p_csmStateManager ) : OptionType
p_csmStateManager ConditionStateManager
return OptionType

StaticOptionTypeResolver() public method

A simple constructor that initializes the object with the given values.
public StaticOptionTypeResolver ( OptionType p_ptpType ) : System
p_ptpType OptionType The option type.
return System