Skip to main content

Class BizCard

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for BizCard. Contains a ContactEntity and a PersonEntity filled with information from a business card.

Inheritance

objectBizCard

Inherited Members

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

Constructors

BizCard()

Default constructor - defaults any enum props to 0.

Properties

Contact

The contact information.

Property Value

ContactEntity

LogoImage

Base64 encoded company logo image, if available.

Property Value

string

Person

The person information.

Property Value

PersonEntity

PhotoImage

Base64 encoded person photo image, if available.

Property Value

string

See Also

AIAgent