C# Класс SensorShare.QuestionMessage

A message containing a question from a sensor server
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Author string
Server System.Guid
Text string
TimeBinary long
id System.Guid

Открытые методы

Метод Описание
QuestionMessage ( ) : System
QuestionMessage ( System.Guid id, string author, string text, System.Guid server ) : System

Описание методов

QuestionMessage() публичный Метод

public QuestionMessage ( ) : System
Результат System

QuestionMessage() публичный Метод

public QuestionMessage ( System.Guid id, string author, string text, System.Guid server ) : System
id System.Guid
author string
text string
server System.Guid
Результат System

Описание свойств

Author публичное свойство

The Autor name of the question
public string Author
Результат string

Server публичное свойство

public Guid,System Server
Результат System.Guid

Text публичное свойство

The message of the question
public string Text
Результат string

TimeBinary публичное свойство

public long TimeBinary
Результат long

id публичное свойство

The id of the question
public Guid,System id
Результат System.Guid