Class DataConnectorBindingInfo
public class DataConnectorBindingInfo : DataBindingInfoBase, IDataBindingInfo
- Inheritance
-
DataConnectorBindingInfo
- Implements
- Inherited Members
Constructors
DataConnectorBindingInfo(string, CaseInsensitiveString, DataContext)
public DataConnectorBindingInfo(string name, CaseInsensitiveString ownerGuid, DataContext dataContext)
Parameters
namestringownerGuidCaseInsensitiveStringdataContextDataContext
Properties
Empty
public static DataConnectorBindingInfo Empty { get; }
Property Value
FullName
public override string FullName { get; }
Property Value
Mask
public override 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).
public override string MaskedUIValue { get; }
Property Value
- string
Returns
nullif value is not to be masked in the UI.
SourceDisplayName
public override string SourceDisplayName { get; }
Property Value
Type
public override DataBindingType Type { get; }
Property Value
Value
public override string Value { get; set; }