Click or drag to resize

Profile Methods

The Profile type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodStatic memberDeleteProfile
Deletes the profile.
Public methodStatic memberDuplicate
Duplicates the specified Profile.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCredential
Get the credential from active test environment with Name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetProfile
Gets the Profile from it's name
Public methodGetSavedResponses
Gets the saved responses.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberImportFrom
Imports a Profile from given location (Full Local or UNC Path)
Public methodLoadServiceParameters
Loads the service parameters.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotifySettingsChanged
Notifies the settings changed.
Public methodSave
Saves this instance.
Public methodSave(String)
Saves the specified path.
Public methodSaveServiceParameter
Saves the service parameter.
Public methodSetActiveEnvironment(String)
Sets the active environment.
Public methodSetActiveEnvironment(TestEnvironment)
Sets the active test environment.
Public methodSync
Synchronizes the environment variables, system variables and credential between environments.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also