CSLA.NET
6.0.0
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
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla
11
{
15
public
interface
IDataPortalResult
16
{
20
object
Object
{
get
; }
24
Exception
Error
{
get
; }
31
object
UserState
{
get
; }
32
}
33
}
Csla.IDataPortalResult
IDataPortalResult defines the results of DataPortal operation
Definition:
IDataPortalResult.cs:16
Csla.IDataPortalResult.Object
object Object
Gets the resulting object.
Definition:
IDataPortalResult.cs:20
Csla.IDataPortalResult.Error
Exception Error
Gets any resulting error information.
Definition:
IDataPortalResult.cs:24
Csla.IDataPortalResult.UserState
object UserState
Gets the user state, pass through object
Definition:
IDataPortalResult.cs:31
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2