C# 클래스 SensorShare.ServerData

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

공개 프로퍼티들

프로퍼티 타입 설명
added_time System.DateTime
description string
id System.Guid
location string
name string
pictureBytes byte[]
sensors SensorDescriptionsData

공개 메소드들

메소드 설명
Picture ( ) : Bitmap
ServerData ( System.Guid id, String name, String location, String description, SensorDescriptionsData sensors, byte pictureBytes ) : System

메소드 상세

Picture() 공개 메소드

public Picture ( ) : Bitmap
리턴 System.Drawing.Bitmap

ServerData() 공개 메소드

public ServerData ( System.Guid id, String name, String location, String description, SensorDescriptionsData sensors, byte pictureBytes ) : System
id System.Guid
name String
location String
description String
sensors SensorDescriptionsData
pictureBytes byte
리턴 System

프로퍼티 상세

added_time 공개적으로 프로퍼티

public DateTime,System added_time
리턴 System.DateTime

description 공개적으로 프로퍼티

public string description
리턴 string

id 공개적으로 프로퍼티

public Guid,System id
리턴 System.Guid

location 공개적으로 프로퍼티

public string location
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

pictureBytes 공개적으로 프로퍼티

public byte[] pictureBytes
리턴 byte[]

sensors 공개적으로 프로퍼티

public SensorDescriptionsData,SensorShare sensors
리턴 SensorDescriptionsData