C# Class SensorShare.TextAnnotation

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

Méthodes publiques

Свойство Type Description
Text String

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]

Return the Annotation as a byte array

TextAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string text ) : System
TextAnnotation ( byte data ) : System

Method Details

GetBytes() public méthode

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

TextAnnotation() public méthode

public TextAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string text ) : System
id System.Guid ID of the annotation
server_id System.Guid
author_id System.Guid
time System.DateTime Time of annotation
author string
text string Text of annotation
Résultat System

TextAnnotation() public méthode

public TextAnnotation ( byte data ) : System
data byte A buffer containing the annotation data
Résultat System

Property Details

Text public_oe property

The text message in the annotation
public String Text
Résultat String