amdcc.org Send comments on this topic.
ValidationCriteria Class
See Also  Members  
amdcc.org.webservices Namespace : ValidationCriteria Class




A Web Service that exposes methods of the Validation Criteria Manager class of the AMDCC Object Model

Syntax

Visual Basic (Declaration) 
<WebServiceAttribute(Description="A Web Service that exposes methods of the Validation Criteria Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")>
Public Class ValidationCriteria 
   Inherits WebService
Visual Basic (Usage)Copy Code
Dim instance As ValidationCriteria
C# 
[WebServiceAttribute(Description="A Web Service that exposes methods of the Validation Criteria Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")]
public class ValidationCriteria : WebService 
Managed Extensions for C++ 
[WebServiceAttribute(Description="A Web Service that exposes methods of the Validation Criteria Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")]
public __gc class ValidationCriteria : public WebService 
C++/CLI 
[WebServiceAttribute(Description="A Web Service that exposes methods of the Validation Criteria Manager class of the AMDCC Object Model", Namespace="http://www.amdcc.org/webservices/")]
public ref class ValidationCriteria : public WebService 

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Web.Services.WebService
         amdcc.org.webservices.ValidationCriteria

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also