Table of Contents

Class DataConnectorBindingInfo

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

Constructors

DataConnectorBindingInfo(string, CaseInsensitiveString, DataContext)

public DataConnectorBindingInfo(string name, CaseInsensitiveString ownerGuid, DataContext dataContext)

Parameters

name string
ownerGuid CaseInsensitiveString
dataContext DataContext

Properties

Empty

public static DataConnectorBindingInfo Empty { get; }

Property Value

DataConnectorBindingInfo

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