ArcFM Engine Developer Guide
ValidateCore Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Protected Overrides NotOverridable Sub ValidateCore( _
   ByVal instance As Object, _
   ByVal propertyInfo As PropertyInfo, _
   ByVal errors As IList(Of ValidationError) _
) 
'Usage
 
Dim instance As TimeSpanRangeValidator
Dim instance As Object
Dim propertyInfo As PropertyInfo
Dim errors As IList(Of ValidationError)
 
instance.ValidateCore(instance, propertyInfo, errors)
protected override void ValidateCore( 
   object instance,
   PropertyInfo propertyInfo,
   IList<ValidationError> errors
)

Parameters

instance
propertyInfo
errors
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

TimeSpanRangeValidator Class
TimeSpanRangeValidator Members

 

 


Send Comment