C# 클래스 SensorShare.QuestionAndAnswerAnnotation

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

공개 프로퍼티들

프로퍼티 타입 설명
AnswerText string
Question QuestionMessage

공개 메소드들

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

메소드 상세

GetBytes() 공개 메소드

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

QuestionAndAnswerAnnotation() 공개 메소드

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

QuestionAndAnswerAnnotation() 공개 메소드

public QuestionAndAnswerAnnotation ( byte data ) : System
data byte
리턴 System

프로퍼티 상세

AnswerText 공개적으로 프로퍼티

The text of the answer
public string AnswerText
리턴 string

Question 공개적으로 프로퍼티

public QuestionMessage,SensorShare Question
리턴 QuestionMessage