C# Class com.openrest.v1_1.Stats

显示文件 Open project: wix/openrest4net

Public Properties

Property Type Description
count int?
date Date
total int?

Public Methods

Method Description
Stats ( ) : System
Stats ( Date date, int count, int total ) : System

Method Details

Stats() public method

public Stats ( ) : System
return System

Stats() public method

public Stats ( Date date, int count, int total ) : System
date Date
count int
total int
return System

Property Details

count public_oe property

public int? count
return int?

date public_oe property

public Date date
return Date

total public_oe property

public int? total
return int?