Skip to main content

Class ContactPersonId

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ContactPersonId. Class representing an ContactPersonId carrier used for storing either a person id or a contact id. If PersonId contains an id, ContactId will be 0, and the other way around.

Inheritance

objectCarrierContactPersonId

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

ContactPersonId()

Default constructor - defaults any enum props to 0.

Properties

ContactId

A contact id.

Property Value

int

PersonId

A person id.

Property Value

int