C# Class AcManager.Tools.Objects.KunosCareerEventObject

Inheritance: KunosEventObjectBase
Show file Open project: gro-ove/actools Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KunosCareerEventObject ( string kunosCareerId, KunosCareerObjectType type, IFileAcManager manager, string id, bool enabled ) : System
LoadProgress ( ) : void

Protected Methods

Method Description
ConvertConfig ( System.IniFile ini ) : System.IniFile
LoadConditions ( System.IniFile ini ) : void
LoadData ( System.IniFile ini ) : void
SetCustomSkinId ( System.IniFile ini ) : void

Method Details

ConvertConfig() protected method

protected ConvertConfig ( System.IniFile ini ) : System.IniFile
ini System.IniFile
return System.IniFile

KunosCareerEventObject() public method

public KunosCareerEventObject ( string kunosCareerId, KunosCareerObjectType type, IFileAcManager manager, string id, bool enabled ) : System
kunosCareerId string
type KunosCareerObjectType
manager IFileAcManager
id string
enabled bool
return System

LoadConditions() protected method

protected LoadConditions ( System.IniFile ini ) : void
ini System.IniFile
return void

LoadData() protected method

protected LoadData ( System.IniFile ini ) : void
ini System.IniFile
return void

LoadProgress() public method

public LoadProgress ( ) : void
return void

SetCustomSkinId() protected method

protected SetCustomSkinId ( System.IniFile ini ) : void
ini System.IniFile
return void