C# Class com.openrest.v1_1.LogEntry

Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство Type Description
comment string
timestamp long?
user User

Méthodes publiques

Méthode Description
LogEntry ( ) : System
LogEntry ( long timestamp, User user, string comment ) : System

Method Details

LogEntry() public méthode

public LogEntry ( ) : System
Résultat System

LogEntry() public méthode

public LogEntry ( long timestamp, User user, string comment ) : System
timestamp long
user User
comment string
Résultat System

Property Details

comment public_oe property

public string comment
Résultat string

timestamp public_oe property

public long? timestamp
Résultat long?

user public_oe property

public User,com.openrest.v1_1 user
Résultat User