C# 클래스 SensorShare.NoteMessage

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

공개 프로퍼티들

프로퍼티 타입 설명
Note string
TimeBinary long
User string
user_id System.Guid

공개 메소드들

메소드 설명
NoteMessage ( ) : System
NoteMessage ( System.Guid user_id, string note, string user, System.DateTime time ) : System

메소드 상세

NoteMessage() 공개 메소드

public NoteMessage ( ) : System
리턴 System

NoteMessage() 공개 메소드

public NoteMessage ( System.Guid user_id, string note, string user, System.DateTime time ) : System
user_id System.Guid
note string
user string
time System.DateTime
리턴 System

프로퍼티 상세

Note 공개적으로 프로퍼티

public string Note
리턴 string

TimeBinary 공개적으로 프로퍼티

public long TimeBinary
리턴 long

User 공개적으로 프로퍼티

public string User
리턴 string

user_id 공개적으로 프로퍼티

public Guid,System user_id
리턴 System.Guid