C# Class com.openrest.v1_1.LogEntry

Show file 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 property

public string comment
return string

timestamp public property

public long? timestamp
return long?

user public property

public User,com.openrest.v1_1 user
return User