Class DataSourceDataBinding
Namespace: Casewhere.Models.FormBuilder
Assembly: Casewhere.Models.dll
public class DataSourceDataBinding : ComponentDataBinding
Inheritance
object ← ComponentDataBinding ← DataSourceDataBinding
Inherited Members
ComponentDataBinding.IsValid, ComponentDataBinding.DisplayDataSourceName, ComponentDataBinding.DisplayPropertyName, 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<DataSourceDataBinding>(DataSourceDataBinding)
Constructors
DataSourceDataBinding()
public DataSourceDataBinding()
Properties
DataClassName
public string DataClassName { get; set; }
Property Value
DataSourceName
public string DataSourceName { get; set; }
Property Value
DataType
public string DataType { get; set; }
Property Value
DisplayDataSourceName
public override string DisplayDataSourceName { get; }
Property Value
DisplayPropertyName
public override string DisplayPropertyName { get; }
Property Value
ElementType
public string ElementType { get; set; }
Property Value
IsValid
[JsonIgnore]
public override bool IsValid { get; }
Property Value
PropertyName
public string PropertyName { get; set; }