Responder Developer Guide
ValidateDataSource Method (DecoratorBase)


Version: 10.2.1a

Resource Center Home

The data source to be validated.
Validates the data source to be applied to this decorator.
Syntax
'Declaration
 
Protected MustOverride Sub ValidateDataSource( _
   ByVal dataSource As Object _
) 
'Usage
 
Dim instance As DecoratorBase
Dim dataSource As Object
 
instance.ValidateDataSource(dataSource)
protected abstract void ValidateDataSource( 
   object dataSource
)

Parameters

dataSource
The data source to be validated.
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

DecoratorBase Class
DecoratorBase Members

 

 


Send Comment