![]() | |
IResponseData Interface |
Namespace: WeroSoft.Communication.Data
public interface IResponseData : IFeature, IDisposableComponent, IDisposable, ITraceInfoProvider
The IResponseData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the business logic representation of the data.
|
![]() | IsFramework |
Gets a value indicating whether the property is a framework property.
(Inherited from IFeature.) |
![]() | RawData |
Gets the raw data of the response.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Dispose(Object, DisposeEventArgs) |
Called if the component gets disposed.
(Inherited from IDisposableComponent.) |
![]() | ToTraceString |
Creates an object specific string which can be written into the trace.
(Inherited from ITraceInfoProvider.) |