C# Class SensorShare.ImageAnnotation

Inheritance: AnnotationBase
Show file Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Properties

Property Type Description
Comment string
ImageData byte[]

Public Methods

Method Description
GetBytes ( ) : byte[]
ImageAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string comment, byte imageData ) : System
ImageAnnotation ( byte data ) : System

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

ImageAnnotation() public method

public ImageAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string comment, byte imageData ) : System
id System.Guid
server_id System.Guid
author_id System.Guid
time System.DateTime
author string
comment string
imageData byte
return System

ImageAnnotation() public method

public ImageAnnotation ( byte data ) : System
data byte
return System

Property Details

Comment public property

public string Comment
return string

ImageData public property

public byte[] ImageData
return byte[]