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.WcfPortal.WcfResponse Class Reference
Inheritance diagram for Csla.WcfPortal.WcfResponse:

Protected Member Functions

void RaisePropertyChanged (string propertyName)
 

Properties

System.Runtime.Serialization.ExtensionDataObject ExtensionData [getset]
 
Csla.WcfPortal.WcfErrorInfo ErrorData [getset]
 
byte[] GlobalContext [getset]
 
byte[] ObjectData [getset]
 

Events

System.ComponentModel.PropertyChangedEventHandler PropertyChanged
 

Detailed Description

Definition at line 162 of file Reference.cs.

Member Function Documentation

◆ RaisePropertyChanged()

void Csla.WcfPortal.WcfResponse.RaisePropertyChanged ( string  propertyName)
protected

Definition at line 227 of file Reference.cs.

Property Documentation

◆ ErrorData

Csla.WcfPortal.WcfErrorInfo Csla.WcfPortal.WcfResponse.ErrorData
getset

Definition at line 187 of file Reference.cs.

◆ ExtensionData

System.Runtime.Serialization.ExtensionDataObject Csla.WcfPortal.WcfResponse.ExtensionData
getset

Definition at line 177 of file Reference.cs.

◆ GlobalContext

byte [] Csla.WcfPortal.WcfResponse.GlobalContext
getset

Definition at line 200 of file Reference.cs.

◆ ObjectData

byte [] Csla.WcfPortal.WcfResponse.ObjectData
getset

Definition at line 213 of file Reference.cs.

Event Documentation

◆ PropertyChanged

System.ComponentModel.PropertyChangedEventHandler Csla.WcfPortal.WcfResponse.PropertyChanged

Definition at line 225 of file Reference.cs.