Generic class for representing result performed by WebCRM API.
Inheritance Hierarchy
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax[SerializableAttribute]
public abstract class WebCrmResult
<SerializableAttribute>
Public MustInherit Class WebCrmResult
[SerializableAttribute]
public ref class WebCrmResult abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type WebCrmResult = class end
The WebCrmResult type exposes the following members.
Constructors
| Name | Description |
---|
 | WebCrmResult |
Initialize a new instance derived from class.
|
Top
Properties
| Name | Description |
---|
 | ErrorStatus |
Gets ot sets the error status of the current result.
|
Top
See Also
Inheritance Hierarchy