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.UseNetDataContractAttribute Class Reference

Specify that WCF should serialize objects in a .NET specific manner to as to preserve complex object references and to be able to deserialize the graph into the same type as the original objets. More...

Inheritance diagram for Csla.Server.Hosts.WcfChannel.UseNetDataContractAttribute:

Public Member Functions

void AddBindingParameters (OperationDescription description, BindingParameterCollection parameters)
 Not implemented. More...
 
void ApplyClientBehavior (OperationDescription description, System.ServiceModel.Dispatcher.ClientOperation proxy)
 Apply the client behavior by requiring the use of the NetDataContractSerializer. More...
 
void ApplyDispatchBehavior (OperationDescription description, System.ServiceModel.Dispatcher.DispatchOperation dispatch)
 Apply the dispatch behavior by requiring the use of the NetDataContractSerializer. More...
 
void Validate (OperationDescription description)
 Not implemented. More...
 

Detailed Description

Specify that WCF should serialize objects in a .NET specific manner to as to preserve complex object references and to be able to deserialize the graph into the same type as the original objets.

Definition at line 21 of file UseNetDataContractAttribute.cs.

Member Function Documentation

◆ AddBindingParameters()

void Csla.Server.Hosts.WcfChannel.UseNetDataContractAttribute.AddBindingParameters ( OperationDescription  description,
BindingParameterCollection  parameters 
)

Not implemented.

Parameters
descriptionNot implemented.
parametersNot implemented.

Definition at line 30 of file UseNetDataContractAttribute.cs.

◆ ApplyClientBehavior()

void Csla.Server.Hosts.WcfChannel.UseNetDataContractAttribute.ApplyClientBehavior ( OperationDescription  description,
System.ServiceModel.Dispatcher.ClientOperation  proxy 
)

Apply the client behavior by requiring the use of the NetDataContractSerializer.

Parameters
descriptionOperation description.
proxyClient operation object.

Definition at line 40 of file UseNetDataContractAttribute.cs.

◆ ApplyDispatchBehavior()

void Csla.Server.Hosts.WcfChannel.UseNetDataContractAttribute.ApplyDispatchBehavior ( OperationDescription  description,
System.ServiceModel.Dispatcher.DispatchOperation  dispatch 
)

Apply the dispatch behavior by requiring the use of the NetDataContractSerializer.

Parameters
descriptionOperation description.
dispatchDispatch operation object.

Definition at line 51 of file UseNetDataContractAttribute.cs.

◆ Validate()

void Csla.Server.Hosts.WcfChannel.UseNetDataContractAttribute.Validate ( OperationDescription  description)

Not implemented.

Parameters
descriptionNot implemented.

Definition at line 60 of file UseNetDataContractAttribute.cs.