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

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

공개 프로퍼티들

프로퍼티 타입 설명
comment string
timestamp long?
user User

공개 메소드들

메소드 설명
LogEntry ( ) : System
LogEntry ( long timestamp, User user, string comment ) : System

메소드 상세

LogEntry() 공개 메소드

public LogEntry ( ) : System
리턴 System

LogEntry() 공개 메소드

public LogEntry ( long timestamp, User user, string comment ) : System
timestamp long
user User
comment string
리턴 System

프로퍼티 상세

comment 공개적으로 프로퍼티

public string comment
리턴 string

timestamp 공개적으로 프로퍼티

public long? timestamp
리턴 long?

user 공개적으로 프로퍼티

public User,com.openrest.v1_1 user
리턴 User