Table of Contents

Class WidgetTemplate

Namespace: Casewhere.Models.Cms
Assembly: Casewhere.Models.dll

public class WidgetTemplate : Entity, IIdentity

Inheritance

objectEntityWidgetTemplate

Implements

IIdentity

Inherited Members

Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, 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<WidgetTemplate>(WidgetTemplate)

Constructors

WidgetTemplate()

public WidgetTemplate()

Properties

ConfigurationTemplate

public ConfigurationTemplate ConfigurationTemplate { get; set; }

Property Value

ConfigurationTemplate

ConfigurationTextResources

public IList<ConfigurationTextResource> ConfigurationTextResources { get; set; }

Property Value

IList<ConfigurationTextResource>

ConfigurationWindowSize

[JsonConverter(typeof(StringEnumConverter))]
public WindowSize? ConfigurationWindowSize { get; set; }

Property Value

WindowSize?

ContentTemplate

public ConfigurationTemplate ContentTemplate { get; set; }

Property Value

ConfigurationTemplate

HasSearchableContent

public bool HasSearchableContent { get; set; }

Property Value

bool

Icon

public string Icon { get; set; }

Property Value

string

IsContainer

public bool IsContainer { get; set; }

Property Value

bool

IsLockDeletion

public bool IsLockDeletion { get; set; }

Property Value

bool

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

IsUserConfigurationRequired

public bool IsUserConfigurationRequired { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

WidgetCategoryIds

public IList<Guid> WidgetCategoryIds { get; set; }

Property Value

IList<Guid>

WidgetContainer

public Guid? WidgetContainer { get; set; }

Property Value

Guid?

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.