ArcFM Engine Developer Guide
IDataRequest Interface
Members 


There are a few conventions that should be followed when implementing this interface.
  1. The deriving class must be serializable. There are a few ways of doing this, but the easiest is to mark the class with the SerializableAttribute
  2. The caller is not intended to call the Execute method, so please use explicit interface member implementation to exclude the Execute method from the public interface of the class.
  3. Include a constructor that allows the caller to pass arguments to the class for use in the Execute method (which is executed in the middle-tier business server application).
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
Public Interface IDataRequest 
'Usage
 
Dim instance As IDataRequest
public interface IDataRequest 
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IDataRequest Members
Miner.Responder.Shared Namespace

There are a few conventions that should be followed when implementing this interface.
  1. The deriving class must be serializable. There are a few ways of doing this, but the easiest is to mark the class with the SerializableAttribute
  2. The caller is not intended to call the Execute method, so please use explicit interface member implementation to exclude the Execute method from the public interface of the class.
  3. Include a constructor that allows the caller to pass arguments to the class for use in the Execute method (which is executed in the middle-tier business server application).
Syntax
'Declaration
 
Public Interface IDataRequest 
'Usage
 
Dim instance As IDataRequest
public interface IDataRequest 
Inheritance Hierarchy

Miner.Responder.Shared.IDataRequest

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IDataRequest Members
Miner.Responder.Shared Namespace

 

 


Send Comment