C# Class FSO.SimAntics.NetPlay.EODs.Handlers.VMEODIngredientCard

Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Size VMEODIngredientSize
Type VMEODIngredientType

Public Methods

Method Description
ToString ( ) : string
VMEODIngredientCard ( ) : System
VMEODIngredientCard ( VMEODIngredientType type, VMEODIngredientSize size ) : System
VMEODIngredientCard ( string code ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

VMEODIngredientCard() public method

public VMEODIngredientCard ( ) : System
return System

VMEODIngredientCard() public method

public VMEODIngredientCard ( VMEODIngredientType type, VMEODIngredientSize size ) : System
type VMEODIngredientType
size VMEODIngredientSize
return System

VMEODIngredientCard() public method

public VMEODIngredientCard ( string code ) : System
code string
return System

Property Details

Size public_oe property

public VMEODIngredientSize Size
return VMEODIngredientSize

Type public_oe property

public VMEODIngredientType Type
return VMEODIngredientType