Table of Contents

Class ComponentCollection

Namespace: Casewhere.Runtime.Engine
Assembly: Casewhere.Runtime.dll

public class ComponentCollection

Inheritance

objectComponentCollection

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

ComponentCollection

ToList()

public IList<FormComponent> ToList()

Returns

IList<FormComponent>