Profile Methods |
The Profile type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
DeleteProfile |
Deletes the profile.
| |
Duplicate |
Duplicates the specified Profile.
| |
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.) | |
GetCredential |
Get the credential from active test environment with Name
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProfile |
Gets the Profile from it's name
| |
GetSavedResponses |
Gets the saved responses.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImportFrom |
Imports a Profile from given location (Full Local or UNC Path)
| |
LoadServiceParameters |
Loads the service parameters.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifySettingsChanged |
Notifies the settings changed.
| |
Save |
Saves this instance.
| |
Save(String) |
Saves the specified path.
| |
SaveServiceParameter |
Saves the service parameter.
| |
SetActiveEnvironment(String) |
Sets the active environment.
| |
SetActiveEnvironment(TestEnvironment) |
Sets the active test environment.
| |
Sync |
Synchronizes the environment variables, system variables and credential between environments.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |