C# Class BioBrick, Hero.Coli

Inheritance: DNABit
Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Protected Properties

Свойство Type Description
_name string
_size int
_type Type

Méthodes publiques

Méthode Description
BioBrick ( Type type ) : System
Equals ( System obj ) : bool
copy ( ) : BioBrick,
getInternalName ( ) : string
getName ( ) : string
getSize ( ) : int
getType ( ) : Type
setName ( string name ) : void
setSize ( int size ) : void

Method Details

BioBrick() public méthode

public BioBrick ( Type type ) : System
type Type
Résultat System

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

copy() public abstract méthode

public abstract copy ( ) : BioBrick,
Résultat BioBrick,

getInternalName() public méthode

public getInternalName ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getSize() public méthode

public getSize ( ) : int
Résultat int

getType() public méthode

public getType ( ) : Type
Résultat Type

setName() public méthode

public setName ( string name ) : void
name string
Résultat void

setSize() public méthode

public setSize ( int size ) : void
size int
Résultat void

Property Details

_name protected_oe property

protected string _name
Résultat string

_size protected_oe property

protected int _size
Résultat int

_type protected_oe property

protected Type _type
Résultat Type