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

Describes an option.
This class tracks the name, description, type, and files/folders associated with an option.
상속: ObservableObject
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
GetOptionType ( ConditionStateManager p_csmStateManager ) : OptionType

Gets the OptionType of the option.

Option ( string p_strName, string p_strDesc, string p_strImagePath, IOptionTypeResolver p_ptpType ) : System

A simple constructor that initializes the values of the object.

메소드 상세

GetOptionType() 공개 메소드

Gets the OptionType of the option.
public GetOptionType ( ConditionStateManager p_csmStateManager ) : OptionType
p_csmStateManager ConditionStateManager The manager that tracks the currect install state.
리턴 OptionType

Option() 공개 메소드

A simple constructor that initializes the values of the object.
public Option ( string p_strName, string p_strDesc, string p_strImagePath, IOptionTypeResolver p_ptpType ) : System
p_strName string The name of the option.
p_strDesc string The description of the option.
p_strImagePath string
p_ptpType IOptionTypeResolver The of the option.
리턴 System