Table of Contents

Class OperationResult<T>

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll

The result of an operation performed by the DataStoreService, CachedDataStoreService, or SerializableObjectLayerService.

public class OperationResult<T> : OperationResult

Type Parameters

T
Inheritance
OperationResult<T>
Inherited Members

Constructors

OperationResult()

This member supports the internal infrastructure and is not intended to be used directly from your code.

public OperationResult()

OperationResult(ServiceException, string)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public OperationResult(ServiceException errorType, string error)

Parameters

errorType ServiceException
error string

OperationResult(T)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public OperationResult(T result)

Parameters

result T

Fields

Result

This member supports the internal infrastructure and is not intended to be used directly from your code.

public T Result

Field Value

T

Methods

HandleError()

This member supports the internal infrastructure and is not intended to be used directly from your code.

public T HandleError()

Returns

T