Skip to main content

Class ResolvedPerson

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ResolvedPerson. The Person Service. The service implements all services working with the Person object.

Inheritance

objectCarrierResolvedPerson

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

ResolvedPerson()

Default constructor - defaults any enum props to 0.

Properties

Person

The resolved PersonEntity instance.

Property Value

PersonEntity

PersonCreated

Indicates if the resolved person was created or not.

Property Value

bool

See Also

PersonAgent