C# Class IBE.EDDB_Data.EDSystem

Mostrar archivo Open project: Duke-Jones/ED-IBE Class Usage Examples

Private Properties

Property Type Description
SystemCoordinates System.Windows.Forms.DataVisualization.Charting.Point3D

Public Methods

Method Description
EDSystem ( ) : System

creates a new system

EDSystem ( int newId, EDSystem sourceSystem ) : System

creates a new system as a copy of another system only the id must declared extra

EqualsED ( EDSystem eqSystem ) : bool

true, if all data *except the ID* is equal (case insensitive)

clear ( ) : void

reset all data

getValues ( EDSystem ownSystem, bool getAll = false ) : void

copy the values from another system exept for the ID

Private Methods

Method Description
SystemCoordinates ( ) : System.Windows.Forms.DataVisualization.Charting.Point3D

return the coordinates of the system

Method Details

EDSystem() public method

creates a new system
public EDSystem ( ) : System
return System

EDSystem() public method

creates a new system as a copy of another system only the id must declared extra
public EDSystem ( int newId, EDSystem sourceSystem ) : System
newId int
sourceSystem EDSystem
return System

EqualsED() public method

true, if all data *except the ID* is equal (case insensitive)
public EqualsED ( EDSystem eqSystem ) : bool
eqSystem EDSystem
return bool

clear() public method

reset all data
public clear ( ) : void
return void

getValues() public method

copy the values from another system exept for the ID
public getValues ( EDSystem ownSystem, bool getAll = false ) : void
ownSystem EDSystem
getAll bool
return void