Skip to main content

Class PersonImage

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PersonImage. Scaled person image

Inheritance

objectPersonImage

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PersonImage()

Default constructor - defaults any enum props to 0.

Properties

ImageData

Image data in PNG format.

Property Value

byte[]

PersonId

Primary key

Property Value

int

See Also

PersonAgent