Responder Developer Guide
RegisterPropertyRule<TTask>(TaskPropertyValidationRule) Method


Syntax
'Declaration
 
Overloads Sub RegisterPropertyRule(Of TTask As NetworkTask)( _
   ByVal rule As TaskPropertyValidationRule _
) 
'Usage
 
Dim instance As ITaskValidationService
Dim rule As TaskPropertyValidationRule
 
instance.RegisterPropertyRule(Of TTask)(rule)
void RegisterPropertyRule<TTask>( 
   TaskPropertyValidationRule rule
)
where TTask: NetworkTask

Parameters

rule

Type Parameters

TTask
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