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.
Csla.Server.Hosts.WcfChannel.WcfResponse Class Reference

Response message for returning the results of a data portal call. More...

Public Member Functions

 WcfResponse (object result)
 Create new instance of object. More...
 

Properties

object Result [getset]
 Busines object or exception return as result of service call. More...
 

Detailed Description

Response message for returning the results of a data portal call.

Definition at line 18 of file WcfChannel/WcfResponse.cs.

Constructor & Destructor Documentation

◆ WcfResponse()

Csla.Server.Hosts.WcfChannel.WcfResponse.WcfResponse ( object  result)

Create new instance of object.

Parameters
resultResult object to be returned.

Definition at line 27 of file WcfChannel/WcfResponse.cs.

Property Documentation

◆ Result

object Csla.Server.Hosts.WcfChannel.WcfResponse.Result
getset

Busines object or exception return as result of service call.

Definition at line 35 of file WcfChannel/WcfResponse.cs.