Interface IDataBindingInfo
public interface IDataBindingInfo
Properties
FullName
string FullName { get; }
Property Value
Mask
string Mask { get; set; }
Property Value
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
nullif value is not to be masked in the UI.
Name
string Name { get; }
Property Value
OwnerGuidString
CaseInsensitiveString OwnerGuidString { get; }
Property Value
- CaseInsensitiveString
SourceDisplayName
string SourceDisplayName { get; }
Property Value
Type
DataBindingType Type { get; }
Property Value
Value
string Value { get; set; }