DateTimeWebTestPlugin Class
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestPlugin
Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins.DateTimeWebTestPlugin
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class DateTimeWebTestPlugin _
Inherits WebTestPlugin
public class DateTimeWebTestPlugin : WebTestPlugin
public ref class DateTimeWebTestPlugin : public WebTestPlugin
type DateTimeWebTestPlugin =
class
inherit WebTestPlugin
end
public class DateTimeWebTestPlugin extends WebTestPlugin
The DateTimeWebTestPlugin type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DateTimeWebTestPlugin |
Top
Properties
Name | Description | |
---|---|---|
AddDays | ||
AddHours | ||
AddMilliseconds | ||
AddMinutes | ||
AddMonths | ||
AddSeconds | ||
AddYears | ||
ContextParameterName | ||
InputDateTime | ||
OutputFormat | ||
OutputJsonDateTime | ||
UseCurrentTime | ||
UseLocalTime |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PostPage | When overridden in a derived class, represents the method that will handle the event associated with the completion of a Web page. (Inherited from WebTestPlugin.) | |
PostRequest | When overridden in a derived class, represents the method that will handle the event associated with the completion of an HTTP request. (Inherited from WebTestPlugin.) | |
PostTransaction | When overridden in a derived class, represents the method that will handle the event associated with the completion of a transaction that is defined in the Web performance test. (Inherited from WebTestPlugin.) | |
PostWebTest | When overridden in a derived class, represents the method that will handle the event associated with the end of a Web performance test. (Inherited from WebTestPlugin.) | |
PrePage | When overridden in a derived class, represents the method that will handle the event associated with the start of a Web page. (Inherited from WebTestPlugin.) | |
PreRequest | When overridden in a derived class, represents the method that will handle the event associated with the start of an HTTP request. (Inherited from WebTestPlugin.) | |
PreRequestDataBinding | When overridden in a derived class, represents the method that will handle the event associated with the start of a databinding call. (Inherited from WebTestPlugin.) | |
PreTransaction | When overridden in a derived class, represents the method that will handle the event associated with the start of a transaction that is defined in the Web performance test. (Inherited from WebTestPlugin.) | |
PreWebTest | (Overrides WebTestPlugin.PreWebTest(Object, PreWebTestEventArgs).) | |
ToString | Returns a string that represents the current object. (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.VisualStudio.TestTools.WebTesting.RequestPlugins Namespace