C# Class SensorShare.QuestionMessage

A message containing a question from a sensor server
ファイルを表示 Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Properties

Property Type Description
Author string
Server System.Guid
Text string
TimeBinary long
id System.Guid

Public Methods

Method Description
QuestionMessage ( ) : System
QuestionMessage ( System.Guid id, string author, string text, System.Guid server ) : System

Method Details

QuestionMessage() public method

public QuestionMessage ( ) : System
return System

QuestionMessage() public method

public QuestionMessage ( System.Guid id, string author, string text, System.Guid server ) : System
id System.Guid
author string
text string
server System.Guid
return System

Property Details

Author public_oe property

The Autor name of the question
public string Author
return string

Server public_oe property

public Guid,System Server
return System.Guid

Text public_oe property

The message of the question
public string Text
return string

TimeBinary public_oe property

public long TimeBinary
return long

id public_oe property

The id of the question
public Guid,System id
return System.Guid