C# Class Microsoft.HockeyApp.Model.FeedbackThreadMetaInfos

meta information for current feedback thread
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
FeedbackThreadMetaInfos ( string subject, string username, string email, string id ) : System

Initializes a new instance of the FeedbackThreadMetaInfos class.

Method Details

FeedbackThreadMetaInfos() public méthode

Initializes a new instance of the FeedbackThreadMetaInfos class.
public FeedbackThreadMetaInfos ( string subject, string username, string email, string id ) : System
subject string The subject.
username string The username.
email string The email.
id string The identifier.
Résultat System