C# Class IBE.EDDB_Data.EDSystem

Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Private Properties

Свойство Type Description
SystemCoordinates System.Windows.Forms.DataVisualization.Charting.Point3D

Méthodes publiques

Méthode 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

Méthode Description
SystemCoordinates ( ) : System.Windows.Forms.DataVisualization.Charting.Point3D

return the coordinates of the system

Method Details

EDSystem() public méthode

creates a new system
public EDSystem ( ) : System
Résultat System

EDSystem() public méthode

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
Résultat System

EqualsED() public méthode

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

clear() public méthode

reset all data
public clear ( ) : void
Résultat void

getValues() public méthode

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