ArcFM Desktop Developer Guide
SimpleHandler<T_Scope,T_Result> Class
Members 


Product Availability
Required Licenses
.NET Assembly
A Handler whose child has the same type defintion.
Object Model
SimpleHandler<T_Scope,T_Result> Class
Syntax
'Declaration
 
Public Class SimpleHandler
    (Of T_Scope As {Class, ICancel},
     T_Result As Class) 
   Inherits Handler(Of T_Scope,T_Scope,T_Result,T_Result)
   Implements IHandler, IHandler(Of T_Scope,T_Result), IHandler(Of T_Scope,T_Scope,T_Result,T_Result), IHandlerEvents 
'Usage
 
Dim instance As SimpleHandler(Of T_Scope,T_Result)
public class SimpleHandler<T_Scope,T_Result> : Handler<T_Scope,T_Scope,T_Result,T_Result>, IHandler, IHandler<T_Scope,T_Result>, IHandler<T_Scope,T_Scope,T_Result,T_Result>, IHandlerEvents  
where T_Scope: class, ICancel
where T_Result: class
Type Parameters
T_Scope
T_Result
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.Integration.Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result>
      Miner.Geodatabase.Integration.SimpleHandler<T_Scope,T_Result>
         Miner.Geodatabase.CIM.Pipeline.WriteCimInfo
         Miner.Geodatabase.NetworkAdapter.LoadDMSRealTimeIDs<TScopeType>
         Miner.Geodatabase.NetworkAdapter.LoadOasysRealTimeIDs<TScopeType>
         Miner.Geodatabase.NetworkAdapter.Senders.SendToDMS<ScopeType>

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

SimpleHandler<T_Scope,T_Result> Members
Miner.Geodatabase.Integration Namespace

 

 


Send Comment