Class DataBindingInfoBase
public abstract class DataBindingInfoBase : IDataBindingInfo
- Inheritance
-
DataBindingInfoBase
- Implements
- Derived
- Inherited Members
Constructors
DataBindingInfoBase(string, CaseInsensitiveString)
public DataBindingInfoBase(string name, CaseInsensitiveString ownerGuid)
Parameters
namestringownerGuidCaseInsensitiveString
Properties
FullName
public abstract string FullName { get; }
Property Value
Mask
public abstract 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 abstract string MaskedUIValue { get; }
Property Value
- string
Returns
nullif value is not to be masked in the UI.
Name
public string Name { get; }
Property Value
OwnerGuidString
public CaseInsensitiveString OwnerGuidString { get; }
Property Value
- CaseInsensitiveString
SourceDisplayName
public abstract string SourceDisplayName { get; }
Property Value
Type
public abstract DataBindingType Type { get; }
Property Value
Value
public abstract string Value { get; set; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()