Class ListComponentDataSource
Namespace: Casewhere.Models.FormBuilder
Assembly: Casewhere.Models.dll
public class ListComponentDataSource
Inheritance
object ← ListComponentDataSource
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<ListComponentDataSource>(ListComponentDataSource)
Constructors
ListComponentDataSource()
public ListComponentDataSource()
Properties
AdditionalFields
public string[] AdditionalFields { get; set; }
Property Value
string[]
DisplayField
public string DisplayField { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
ValueField
public string ValueField { get; set; }