CleanRiaClientFilesTask 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.]
Provides the functionality to delete the WCF RIA Services client files as well as other code generation metafiles generated by the CreateRiaClientFilesTask class.
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.Task
Microsoft.ServiceModel.DomainServices.Tools.RiaClientFilesTask
Microsoft.ServiceModel.DomainServices.Tools.CleanRiaClientFilesTask
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Public Class CleanRiaClientFilesTask _
Inherits RiaClientFilesTask
'Usage
Dim instance As CleanRiaClientFilesTask
public class CleanRiaClientFilesTask : RiaClientFilesTask
public ref class CleanRiaClientFilesTask : public RiaClientFilesTask
type CleanRiaClientFilesTask =
class
inherit RiaClientFilesTask
end
public class CleanRiaClientFilesTask extends RiaClientFilesTask
The CleanRiaClientFilesTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CleanRiaClientFilesTask | Creates an instance of the CleanRiaClientFilesTask class. |
Top
Properties
Name | Description | |
---|---|---|
BuildEngine | (Inherited from Task.) | |
BuildEngine2 | (Inherited from Task.) | |
BuildEngine3 | (Inherited from Task.) | |
BuildEngine4 | (Inherited from Task.) | |
ClientProjectDirectory | Gets the absolute path to the project running this task. (Inherited from RiaClientFilesTask.) | |
ClientProjectPath | Gets or sets the path to the client project currently running this task. (Inherited from RiaClientFilesTask.) | |
HasLoggedErrors | Gets a value that indicates whether any errors were logged. (Inherited from RiaClientFilesTask.) | |
HelpKeywordPrefix | (Inherited from Task.) | |
HostObject | (Inherited from Task.) | |
LiveIntellisense | Gets or sets a value that indicates whether this is a build specifically for Live Intellisense that should not affect artifacts used by a real build. (Inherited from RiaClientFilesTask.) | |
Log | (Inherited from Task.) | |
OutputDirectory | Gets the absolute path of the output directory. (Inherited from RiaClientFilesTask.) | |
OutputPath | Gets or sets the path where ancillary temporary files should go. (Inherited from RiaClientFilesTask.) | |
TaskResources | (Inherited from Task.) |
Top
Methods
Name | Description | |
---|---|---|
DeleteCodeGenMetafileLists | Deletes the breadcrumb files created to track files written on prior pass. (Inherited from RiaClientFilesTask.) | |
DeleteFolderIfEmpty | Deletes the specified folder if it is empty. (Inherited from RiaClientFilesTask.) | |
Equals | (Inherited from Object.) | |
Execute | Implements the normal tasks execution entry point method used by the product infrastructure. (Inherited from RiaClientFilesTask.) | |
ExecuteInternal | Deletes the client and the code generation metafiles generated by the CreateRiaClientFilesTask class. (Overrides RiaClientFilesTask.ExecuteInternal().) | |
FilesPreviouslyWritten | Returns the collection of full file names written previously by the last code generation pass. (Inherited from RiaClientFilesTask.) | |
Finalize | (Inherited from Object.) | |
GetFullPathRelativeToDirectory | Resolves a potentially relative path and a root directory to a full path. (Inherited from RiaClientFilesTask.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LogError(String) | Logs the specified error message to the logger associated with this task. (Inherited from RiaClientFilesTask.) | |
LogError(String, String, String, String, String, Int32, Int32, Int32, Int32) | Logs the specified message as a warning, together with information about the source location. (Inherited from RiaClientFilesTask.) | |
LogMessage | Logs the given informational message to the logger associated with this task. (Inherited from RiaClientFilesTask.) | |
LogWarning(String) | Logs the specified message as a warning. (Inherited from RiaClientFilesTask.) | |
LogWarning(String, String, String, String, String, Int32, Int32, Int32, Int32) | Logs the given message as a warning, together with information about the source location. (Inherited from RiaClientFilesTask.) | |
MemberwiseClone | (Inherited from Object.) | |
NormalizeProjectPaths | Converts input project paths to full path names. (Inherited from RiaClientFilesTask.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This class is used by the WCF RIA Services infrastructure and is not expectedly to be called by developers.
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.