Share via


ValidateDomainServicesTask Class

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Represents a task that is used to validate the integrity of the DomainService objects exposed by a target Web application.

Inheritance Hierarchy

System.Object
  Microsoft.Build.Utilities.Task
    Microsoft.ServiceModel.DomainServices.Tools.ValidateDomainServicesTask

Namespace:  Microsoft.ServiceModel.DomainServices.Tools
Assembly:  Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)

Syntax

'Declaration
Public Class ValidateDomainServicesTask _
    Inherits Task
'Usage
Dim instance As ValidateDomainServicesTask
public class ValidateDomainServicesTask : Task
public ref class ValidateDomainServicesTask : public Task
type ValidateDomainServicesTask =  
    class
        inherit Task
    end
public class ValidateDomainServicesTask extends Task

The ValidateDomainServicesTask type exposes the following members.

Constructors

  Name Description
Public method ValidateDomainServicesTask Initializes a new instance of theValidateDomainServicesTask.

Top

Properties

  Name Description
Public property Assembly Gets or sets the assembly containing the DomainService types to be validated.
Public property BuildEngine (Inherited from Task.)
Public property BuildEngine2 (Inherited from Task.)
Public property BuildEngine3 (Inherited from Task.)
Public property BuildEngine4 (Inherited from Task.)
Protected property HelpKeywordPrefix (Inherited from Task.)
Public property HostObject (Inherited from Task.)
Public property Log (Inherited from Task.)
Public property ProjectPath Gets or sets the path to the project file of the targeted Web application whose DomainService objects are to be validated.
Public property ReferenceAssemblies Gets or sets a list of assemblies that may be referenced by the DomainService types to be validated.
Protected property TaskResources (Inherited from Task.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Execute The method invoked to run the validation task on the targeted Web application. (Overrides Task.Execute().)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ServiceModel.DomainServices.Tools Namespace