C# Class com.openrest.v1_1.LogEntry

显示文件 Open project: wix/openrest4net

Public Properties

Property Type Description
comment string
timestamp long?
user User

Public Methods

Method Description
LogEntry ( ) : System
LogEntry ( long timestamp, User user, string comment ) : System

Method Details

LogEntry() public method

public LogEntry ( ) : System
return System

LogEntry() public method

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

Property Details

comment public_oe property

public string comment
return string

timestamp public_oe property

public long? timestamp
return long?

user public_oe property

public User,com.openrest.v1_1 user
return User