Table of Contents

Class CanvasCell

Namespace: Casewhere.Models.FormBuilder
Assembly: Casewhere.Models.dll

public class CanvasCell

Inheritance

objectCanvasCell

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<CanvasCell>(CanvasCell)

Constructors

CanvasCell()

public CanvasCell()

Properties

ColSpan

public int ColSpan { get; set; }

Property Value

int

Column

public int Column { get; set; }

Property Value

int

Row

public int Row { get; set; }

Property Value

int