C# Class SensorShare.TextAnnotation

Inheritance: AnnotationBase
ファイルを表示 Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Properties

Property Type Description
Text String

Public Methods

Method 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 method

Return the Annotation as a byte array
public GetBytes ( ) : byte[]
return byte[]

TextAnnotation() public method

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
return System

TextAnnotation() public method

public TextAnnotation ( byte data ) : System
data byte A buffer containing the annotation data
return System

Property Details

Text public_oe property

The text message in the annotation
public String Text
return String