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 | |
---|---|---|
ValidateDomainServicesTask | Initializes a new instance of theValidateDomainServicesTask. |
Top
Properties
Name | Description | |
---|---|---|
Assembly | Gets or sets the assembly containing the DomainService types to be validated. | |
BuildEngine | (Inherited from Task.) | |
BuildEngine2 | (Inherited from Task.) | |
BuildEngine3 | (Inherited from Task.) | |
BuildEngine4 | (Inherited from Task.) | |
HelpKeywordPrefix | (Inherited from Task.) | |
HostObject | (Inherited from Task.) | |
Log | (Inherited from Task.) | |
ProjectPath | Gets or sets the path to the project file of the targeted Web application whose DomainService objects are to be validated. | |
ReferenceAssemblies | Gets or sets a list of assemblies that may be referenced by the DomainService types to be validated. | |
TaskResources | (Inherited from Task.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | The method invoked to run the validation task on the targeted Web application. (Overrides Task.Execute().) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.