C# 클래스 SensorShare.TextAnnotation

상속: AnnotationBase
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Text String

공개 메소드들

메소드 설명
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

메소드 상세

GetBytes() 공개 메소드

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

TextAnnotation() 공개 메소드

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
리턴 System

TextAnnotation() 공개 메소드

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

프로퍼티 상세

Text 공개적으로 프로퍼티

The text message in the annotation
public String Text
리턴 String