ArcFM Desktop Developer Guide
Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result> Class
Members 


Product Availability
Required Licenses
.NET Assembly
Object Model
Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result> Class
Syntax
'Declaration
 
Public MustInherit Class Handler
    (Of T_Scope As {Class, ICancel},
     T_ChildScope As Class,
     T_ChildResult As Class,
     T_Result As Class) 
   Implements IHandler, IHandler(Of T_Scope,T_Result), IHandler(Of T_Scope,T_ChildScope,T_ChildResult,T_Result), IHandlerEvents 
public abstract class Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result> : IHandler, IHandler<T_Scope,T_Result>, IHandler<T_Scope,T_ChildScope,T_ChildResult,T_Result>, IHandlerEvents  
where T_Scope: class, ICancel
where T_ChildScope: class
where T_ChildResult: class
where T_Result: class
Type Parameters
T_Scope
T_ChildScope
T_ChildResult
T_Result
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.Integration.Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result>
      Miner.Geodatabase.Integration.BranchHandler<T_Scope,T_Result,T_BranchScope,T_BranchResult>
      Miner.Geodatabase.Integration.SimpleHandler<T_Scope,T_Result>

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

Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result> Members
Miner.Geodatabase.Integration Namespace

 

 


Send Comment