C# Class SensorShare.QuestionAndAnswerAnnotation

Inheritance: AnnotationBase
Afficher le fichier Open project: MarkPaxton/SensorShare3 Class Usage Examples

Méthodes publiques

Свойство Type Description
AnswerText string
Question QuestionMessage

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]

Return the Annotation as a byte array

QuestionAndAnswerAnnotation ( QuestionMessage question, System.Guid id, System.Guid author_id, string author, string answerText ) : System
QuestionAndAnswerAnnotation ( byte data ) : System

Method Details

GetBytes() public méthode

Return the Annotation as a byte array
public GetBytes ( ) : byte[]
Résultat byte[]

QuestionAndAnswerAnnotation() public méthode

public QuestionAndAnswerAnnotation ( QuestionMessage question, System.Guid id, System.Guid author_id, string author, string answerText ) : System
question QuestionMessage
id System.Guid ID of the annotation
author_id System.Guid
author string
answerText string
Résultat System

QuestionAndAnswerAnnotation() public méthode

public QuestionAndAnswerAnnotation ( byte data ) : System
data byte
Résultat System

Property Details

AnswerText public_oe property

The text of the answer
public string AnswerText
Résultat string

Question public_oe property

public QuestionMessage,SensorShare Question
Résultat QuestionMessage