Table of Contents

Class ParameterDataBindingInfo

Namespace
Ranorex.Core.Data
Assembly
Ranorex.Core.dll
public class ParameterDataBindingInfo : DataBindingInfoBase, IDataBindingInfo
Inheritance
ParameterDataBindingInfo
Implements
Inherited Members

Constructors

ParameterDataBindingInfo(string, CaseInsensitiveString, TestCaseNode)

public ParameterDataBindingInfo(string name, CaseInsensitiveString ownerGuid, TestCaseNode currentTestCaseNode)

Parameters

name string
ownerGuid CaseInsensitiveString
currentTestCaseNode TestCaseNode

Properties

FullName

public override string FullName { get; }

Property Value

string

Mask

public override string Mask { get; set; }

Property Value

string

MaskedUIValue

Gets the value as a masked string if the value should be masked in the UI (i.e. in the report).

public override string MaskedUIValue { get; }

Property Value

string

Returns null if value is not to be masked in the UI.

SourceDisplayName

public override string SourceDisplayName { get; }

Property Value

string

Type

public override DataBindingType Type { get; }

Property Value

DataBindingType

Value

public override string Value { get; set; }

Property Value

string