Table of Contents

Class SearchContentWord

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll
public class SearchContentWord
Inheritance
SearchContentWord

Properties

Count

public int Count { get; set; }

Property Value

int

CreatedOn

public DateTime CreatedOn { get; set; }

Property Value

DateTime

ModifiedOn

public DateTime ModifiedOn { get; set; }

Property Value

DateTime

SearchContent

public SearchContent SearchContent { get; set; }

Property Value

SearchContent

SearchContentId

public int SearchContentId { get; set; }

Property Value

int

SearchContentWordId

[Key]
public int SearchContentWordId { get; set; }

Property Value

int

SearchWord

public SearchWord SearchWord { get; set; }

Property Value

SearchWord

SearchWordId

public int SearchWordId { get; set; }

Property Value

int