Class SearchWord
public class SearchWord
- Inheritance
-
objectSearchWord
Properties
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
- DateTime
SearchWordId
[Key]
public int SearchWordId { get; set; }
Property Value
- int
Word
public string Word { get; set; }
Property Value
- string