Skip to main content

Class ResolvedUser

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

Inheritance

objectCarrierResolvedUser

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

ResolvedUser()

Default constructor - defaults any enum props to 0.

Properties

PersonCreated

Indicates if the resolved person was created or not.

Property Value

bool

User

The resolved User instance.

Property Value

User

See Also

UserAgent