Class EventModel
Inherited Members
Namespace: EPiServer.VisitorGroupsCriteriaPack
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public class EventModel : CriterionModelBase, ICriterionModel, IDynamicDataConstructors
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 | 
