C# Class Microsoft.HockeyApp.Model.FeedbackThreadMetaInfos

meta information for current feedback thread
Mostra file Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
FeedbackThreadMetaInfos ( string subject, string username, string email, string id ) : System

Initializes a new instance of the FeedbackThreadMetaInfos class.

Method Details

FeedbackThreadMetaInfos() public method

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.
return System