SaaS CMS has officially launched! Learn more now.

Class EventModel

Inheritance
System.Object
EventModel
Namespace: EPiServer.VisitorGroupsCriteriaPack
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class EventModel : CriterionModelBase, ICriterionModel, IDynamicData

Constructors

EventModel()

Declaration
public EventModel()

Properties

EndTime

Gets or sets the end time.

Declaration
[CriterionPropertyEditor(LabelTranslationKey = "/shell/cms/visitorgroups/criteria/event/endtime")]
public DateTime EndTime { get; set; }
Property Value
Type Description
System.DateTime

The end time.

RepeatType

Gets or sets the repeat type.

Declaration
[CriterionPropertyEditor(SelectionFactoryType = null, LabelTranslationKey = "/shell/cms/visitorgroups/criteria/event/repeattype/name")]
public RepeatType RepeatType { get; set; }
Property Value
Type Description
RepeatType

The repeat type.

StartTime

Gets or sets the start time.

Declaration
[CriterionPropertyEditor(LabelTranslationKey = "/shell/cms/visitorgroups/criteria/event/starttime")]
public DateTime StartTime { get; set; }
Property Value
Type Description
System.DateTime

The start time.

Methods

Copy()

Declaration
public override ICriterionModel Copy()
Returns
Type Description
ICriterionModel
Overrides

Implements

Extension Methods