Responder Developer Guide
RegisterPropertyRule<TTask,TRule>() Method


Syntax
'Declaration
 
Overloads Sub RegisterPropertyRule
    (Of TTask As NetworkTask,
     TRule As {New, TaskPropertyValidationRule})() 
'Usage
 
Dim instance As ITaskValidationService
 
instance.RegisterPropertyRule(Of TTask, TRule)()
void RegisterPropertyRule<TTask,TRule>()
where TTask: NetworkTask
where TRule: new(), TaskPropertyValidationRule

Type Parameters

TTask
TRule
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

ITaskValidationService Interface
ITaskValidationService Members
Overload List

 

 


Send Comment