Table of Contents

Interface IDataBindingInfo

Namespace
Ranorex.Core.Data
Assembly
Ranorex.Core.dll
public interface IDataBindingInfo

Properties

FullName

string FullName { get; }

Property Value

string

Mask

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).

string MaskedUIValue { get; }

Property Value

string

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

Name

string Name { get; }

Property Value

string

OwnerGuidString

CaseInsensitiveString OwnerGuidString { get; }

Property Value

CaseInsensitiveString

SourceDisplayName

string SourceDisplayName { get; }

Property Value

string

Type

DataBindingType Type { get; }

Property Value

DataBindingType

Value

string Value { get; set; }

Property Value

string