C# Class FSO.Client.UI.Panels.EODs.UIEODController

Inheritance: FSO.Client.UI.Framework.UIContainer
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
ActiveEOD UIEOD
ActivePID uint
DisplayMode EODLiveModeOpt
EODMessage string
EODTime string
IDToHandler Type>.Dictionary
Lot UILotControl

Public Methods

Method Description
CloseEOD ( ) : void
OnEODMessage ( VMNetEODMessageCmd cmd ) : void
ShowEODMode ( EODLiveModeOpt mode ) : void
UIEODController ( UILotControl lot ) : System

Method Details

CloseEOD() public method

public CloseEOD ( ) : void
return void

OnEODMessage() public method

public OnEODMessage ( VMNetEODMessageCmd cmd ) : void
cmd FSO.SimAntics.NetPlay.Model.Commands.VMNetEODMessageCmd
return void

ShowEODMode() public method

public ShowEODMode ( EODLiveModeOpt mode ) : void
mode EODLiveModeOpt
return void

UIEODController() public method

public UIEODController ( UILotControl lot ) : System
lot UILotControl
return System

Property Details

ActiveEOD public property

public UIEOD,FSO.Client.UI.Panels.EODs ActiveEOD
return UIEOD

ActivePID public property

public uint ActivePID
return uint

DisplayMode public property

public EODLiveModeOpt,FSO.Client.UI.Panels.EODs DisplayMode
return EODLiveModeOpt

EODMessage public property

public string EODMessage
return string

EODTime public property

public string EODTime
return string

IDToHandler public static property

public static Dictionary IDToHandler
return Type>.Dictionary

Lot public property

public UILotControl Lot
return UILotControl