CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
IDataPortalResult.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IDataPortalResult.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>IDataPortalResult defines the results of DataPortal operation</summary>
7//-----------------------------------------------------------------------
8using System;
9
10namespace Csla
11{
15 public interface IDataPortalResult
16 {
20 object Object { get; }
24 Exception Error { get; }
31 object UserState { get; }
32 }
33}
IDataPortalResult defines the results of DataPortal operation
object Object
Gets the resulting object.
Exception Error
Gets any resulting error information.
object UserState
Gets the user state, pass through object