C# Class com.openrest.v1_1.Stats

Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство Type Description
count int?
date Date
total int?

Méthodes publiques

Méthode Description
Stats ( ) : System
Stats ( Date date, int count, int total ) : System

Method Details

Stats() public méthode

public Stats ( ) : System
Résultat System

Stats() public méthode

public Stats ( Date date, int count, int total ) : System
date Date
count int
total int
Résultat System

Property Details

count public_oe property

public int? count
Résultat int?

date public_oe property

public Date date
Résultat Date

total public_oe property

public int? total
Résultat int?