ArcFM Responder Mobile Developer Guide
Validate Method (IMMPxValidator)






Syntax
'Declaration
 
Function Validate( _
   ByVal pConn As ADODB.Connection, _
   ByVal sSchemaName As System.String, _
   ByVal pMessageCallback As IMMMessageCallback _
) As System.Boolean
'Usage
 
Dim instance As IMMPxValidator
Dim pConn As ADODB.Connection
Dim sSchemaName As System.String
Dim pMessageCallback As IMMMessageCallback
Dim value As System.Boolean
 
value = instance.Validate(pConn, sSchemaName, pMessageCallback)
System.bool Validate( 
   ADODB.Connection pConn,
   System.string sSchemaName,
   IMMMessageCallback pMessageCallback
)
function Validate( 
    pConn: ADODB.Connection;
    sSchemaName: System.String;
    pMessageCallback: IMMMessageCallback
): System.Boolean; 
function Validate( 
   pConn : ADODB.Connection,
   sSchemaName : System.String,
   pMessageCallback : IMMMessageCallback
) : System.boolean;
System.bool Validate( 
   ADODB.Connection* pConn,
   System.string* sSchemaName,
   IMMMessageCallback* pMessageCallback
) 
System.bool Validate( 
   ADODB.Connection^ pConn,
   System.String^ sSchemaName,
   IMMMessageCallback^ pMessageCallback
) 

Parameters

pConn
sSchemaName
pMessageCallback
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxValidator Interface
IMMPxValidator Members

Send Feedback