Click or drag to resize

ServiceResultBuilder Class

Creates instances of ServiceResult with appropriate values.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Web.Service.TicketBasedServiceResultBuilder

Namespace:  PDTec.IceNet.Web.Service.TicketBased
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class ServiceResultBuilder

The ServiceResultBuilder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateServiceResultFailed(Exception)
Creates a service result from an exception.
Public methodStatic memberCreateServiceResultFailed(IDatabaseRepository, Exception)
Creates a service result from an exception.
Public methodStatic memberCreateServiceResultFailed(ServiceErrorCategory, String)
Create error service result with given error category.
Public methodStatic memberCreateServiceResultPassed
Creates a service result that indicates a successful method invocation.
Top
See Also