Class Component
Namespace: Casewhere.Models.Themes
Assembly: Casewhere.Models.dll
Represents an abstract component.
public abstract class Component
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<Component>(Component)
Constructors
Component()
protected Component()
Properties
Name
Gets or sets the name of the component.
public string Name { get; set; }
Property Value
Template
Gets or sets the template of the component.
public ComponentTemplate Template { get; set; }