Class SearchWordModel
Model for Host name
Inheritance
System.Object
EPiServer.Personalization.VisitorGroups.CriterionModelBase
SearchWordModel
Inherited Members
EPiServer.Personalization.VisitorGroups.CriterionModelBase.ShallowCopy()
EPiServer.Personalization.VisitorGroups.CriterionModelBase.LocalizationService
EPiServer.Personalization.VisitorGroups.CriterionModelBase.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class SearchWordModel : CriterionModelBase, ICriterionModel, IDynamicData
Constructors
SearchWordModel()
Declaration
public SearchWordModel()
Properties
SearchWord
Gets or sets the search word.
Declaration
public string SearchWord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The search word. |
Methods
Copy()
Creates a new object that is a copy of the current instance.
Declaration
public override ICriterionModel Copy()
Returns
Type | Description |
---|---|
EPiServer.Personalization.VisitorGroups.ICriterionModel | A new object that is a copy of this instance. |
Overrides
EPiServer.Personalization.VisitorGroups.CriterionModelBase.Copy()
Implements
EPiServer.Personalization.VisitorGroups.ICriterionModel