C# Class Dojo4.Folha

Afficher le fichier Open project: ramonchiara/dojos-senac-tsi-oo-2013-2 Class Usage Examples

Protected Properties

Свойство Type Description
funcionarios List
pagamento double

Méthodes publiques

Méthode Description
Folha ( List funcionarios ) : System
GetTotal ( ) : double

Method Details

Folha() public méthode

public Folha ( List funcionarios ) : System
funcionarios List
Résultat System

GetTotal() public méthode

public GetTotal ( ) : double
Résultat double

Property Details

funcionarios protected_oe property

protected List funcionarios
Résultat List

pagamento protected_oe property

protected double pagamento
Résultat double