Skip to main content

Class SalesActivity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SalesActivity.

Inheritance

object ← Carrier ← SalesActivity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SalesActivity()

Default constructor - defaults any enum props to 0.

Properties

RequestedContacts

The companies that match the request

Property Value

Contact[]

RequestedPerson

The person that matches the request.

Property Value

Person

SalesRep

The sales representative for the person that matches the request.

Property Value

Person

See Also

AppointmentAgent