Class
TestBaseUserProperties

Definition

Namespace:ArtOfTest.Common.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestBaseUserProperties

Inheritance: objectTestBaseUserProperties

Derived Classes: TestUserProperties

Constructors

TestBaseUserProperties(TestBase)

Declaration

cs-api-definition
public TestBaseUserProperties(TestBase test)

Parameters

test

TestBase

Properties

CustomProperty1

Declaration

cs-api-definition
public string CustomProperty1 { get; set; }

Property Value

string

CustomProperty2

Declaration

cs-api-definition
public string CustomProperty2 { get; set; }

Property Value

string

CustomProperty3

Declaration

cs-api-definition
public string CustomProperty3 { get; set; }

Property Value

string

DataEnabled

Declaration

cs-api-definition
public bool DataEnabled { get; set; }

Property Value

bool

DataRange

Declaration

cs-api-definition
public string DataRange { get; set; }

Property Value

string

DataType

Declaration

cs-api-definition
public TestDataType DataType { get; }

Property Value

TestDataType

Description

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

IsDataDriven

Declaration

cs-api-definition
public bool IsDataDriven { get; }

Property Value

bool

Name

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Owner

Declaration

cs-api-definition
public string Owner { get; set; }

Property Value

string

Path

Declaration

cs-api-definition
public string Path { get; }

Property Value

string

Priority

Declaration

cs-api-definition
public int Priority { get; set; }

Property Value

int

Source

Declaration

cs-api-definition
public string Source { get; }

Property Value

string

UniqueId

Declaration

cs-api-definition
public Guid UniqueId { get; }

Property Value

Guid