C# 클래스 Microsoft.HockeyApp.Model.FeedbackThreadMetaInfos

meta information for current feedback thread
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
FeedbackThreadMetaInfos ( string subject, string username, string email, string id ) : System

Initializes a new instance of the FeedbackThreadMetaInfos class.

메소드 상세

FeedbackThreadMetaInfos() 공개 메소드

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.
리턴 System