Click or drag to resize

UpdateResult Structure

A common structure used to report the results of updated objects.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2UpdateResult

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct UpdateResult

The UpdateResult type exposes the following members.

Properties
 NameDescription
Public propertyID The entity ID of the object just updated in the system
Public propertyMessages The message of the update result.
Public propertyStatus The status of the object just updated in the system
Top
See Also