C# Class SensorShare.QuestionMessage

A message containing a question from a sensor server
Afficher le fichier Open project: MarkPaxton/SensorShare3 Class Usage Examples

Méthodes publiques

Свойство Type Description
Author string
Server System.Guid
Text string
TimeBinary long
id System.Guid

Méthodes publiques

Méthode Description
QuestionMessage ( ) : System
QuestionMessage ( System.Guid id, string author, string text, System.Guid server ) : System

Method Details

QuestionMessage() public méthode

public QuestionMessage ( ) : System
Résultat System

QuestionMessage() public méthode

public QuestionMessage ( System.Guid id, string author, string text, System.Guid server ) : System
id System.Guid
author string
text string
server System.Guid
Résultat System

Property Details

Author public_oe property

The Autor name of the question
public string Author
Résultat string

Server public_oe property

public Guid,System Server
Résultat System.Guid

Text public_oe property

The message of the question
public string Text
Résultat string

TimeBinary public_oe property

public long TimeBinary
Résultat long

id public_oe property

The id of the question
public Guid,System id
Résultat System.Guid