Share via


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
Public method DateTimeWebTestPlugin

Top

Properties

  Name Description
Public property AddDays
Public property AddHours
Public property AddMilliseconds
Public property AddMinutes
Public property AddMonths
Public property AddSeconds
Public property AddYears
Public property ContextParameterName
Public property InputDateTime
Public property OutputFormat
Public property OutputJsonDateTime
Public property UseCurrentTime
Public property UseLocalTime

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method 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.)
Public method PreWebTest (Overrides WebTestPlugin.PreWebTest(Object, PreWebTestEventArgs).)
Public method 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