C# 클래스 com.openrest.v1_1.Stats

파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
count int?
date Date
total int?

공개 메소드들

메소드 설명
Stats ( ) : System
Stats ( Date date, int count, int total ) : System

메소드 상세

Stats() 공개 메소드

public Stats ( ) : System
리턴 System

Stats() 공개 메소드

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

프로퍼티 상세

count 공개적으로 프로퍼티

public int? count
리턴 int?

date 공개적으로 프로퍼티

public Date date
리턴 Date

total 공개적으로 프로퍼티

public int? total
리턴 int?