C# Class FSO.SimAntics.Model.VMBudget

Inheritance: VMSerializable
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Value uint

Public Methods

Method Description
CanTransact ( int value ) : bool
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
Transaction ( int value ) : bool

Method Details

CanTransact() public method

public CanTransact ( int value ) : bool
value int
return bool

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Transaction() public method

public Transaction ( int value ) : bool
value int
return bool

Property Details

Value public_oe property

public uint Value
return uint