DataWeb
Search Results for

    Show / Hide Table of Contents

    Class RemoveEntry

    Represents an entry to be removed from the Lucene.Net index. Identifies the entry by its Id and Culture.

    Inheritance
    object
    RemoveEntry
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Search.Lucene
    Assembly: DataWeb.Search.Lucene.dll
    Syntax
    public class RemoveEntry

    Properties

    Culture

    Gets or sets the culture or language code of the entry to remove.

    Declaration
    public string Culture { get; set; }
    Property Value
    Type Description
    string

    Id

    Gets or sets the unique identifier of the entry to remove.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX