Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Dojo4
Folha
C# Class Dojo4.Folha
Datei anzeigen
Open project: ramonchiara/dojos-senac-tsi-oo-2013-2
Class Usage Examples
Protected Properties
Property
Type
Description
funcionarios
List
pagamento
double
Public Methods
Method
Description
Folha
(
List
funcionarios
) :
System
GetTotal
( ) :
double
Method Details
Folha()
public
method
public
Folha
(
List
funcionarios
) :
System
funcionarios
List
return
System
GetTotal()
public
method
public
GetTotal
( ) :
double
return
double
Property Details
funcionarios
protected_oe property
protected
List
funcionarios
return
List
pagamento
protected_oe property
protected
double
pagamento
return
double