Class ComponentDataBinding
Namespace: Casewhere.Models.FormBuilder
Assembly: Casewhere.Models.dll
public abstract class ComponentDataBinding
Inheritance
Derived
DataSourceDataBinding, VariableDataBinding
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ComponentDataBinding>(ComponentDataBinding)
Constructors
ComponentDataBinding()
protected ComponentDataBinding()
Properties
DisplayDataSourceName
[JsonIgnore]
public abstract string DisplayDataSourceName { get; }
Property Value
DisplayPropertyName
[JsonIgnore]
public abstract string DisplayPropertyName { get; }
Property Value
IsValid
public abstract bool IsValid { get; }