Class ComponentCollection
Namespace: Casewhere.Runtime.Engine
Assembly: Casewhere.Runtime.dll
public class ComponentCollection
Inheritance
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<ComponentCollection>(ComponentCollection)
Constructors
ComponentCollection(FormDesign)
public ComponentCollection(FormDesign formDesign)
Parameters
formDesign
FormDesign
ComponentCollection(IList<FormComponent>)
public ComponentCollection(IList<FormComponent> components)
Parameters
components
IList<FormComponent>
Methods
Flatten()
public ComponentCollection Flatten()
Returns
ToList()
public IList<FormComponent> ToList()
Returns
IList<FormComponent>