ClassTeamPulseLink
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel.TestLinks
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[Obsolete("This class has been depricated. It is used only for backward compatibility for old tests which had TeamPulse integration.")]
[DataContract(Name = "TeamPulseLink", Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
[KnownType(typeof(TestLinkBase))]
public class TeamPulseLink : TestLinkBase
Inheritance: objectTestLinkBaseTeamPulseLink
Derived Classes:
Inherited Members
Constructors
TeamPulseLink()
Declaration
cs-api-definition
public TeamPulseLink()
Properties
FriendlyName
Builds a friendly name to display in the properties grid or any future UI.
Declaration
cs-api-definition
public override string FriendlyName { get; }
Property Value
Overrides
ProjectId
Gets or sets the project id.
Declaration
cs-api-definition
[DataMember]
public int ProjectId { get; set; }
Property Value
The project id.
ServerUrl
Gets or sets the server URL.
Declaration
cs-api-definition
[DataMember]
public string ServerUrl { get; set; }
Property Value
The server URL.