Class IndexKeyword
- Namespace
- Songhay.Publications.Models
- Assembly
- Songhay.Publications.dll
Publications keyword.
public class IndexKeyword : IIndexKeyword, ITemporal
- Inheritance
-
IndexKeyword
- Implements
-
ITemporal
- Inherited Members
- Extension Methods
Properties
ClientId
Index Keyword Group Client ID.
public string? ClientId { get; set; }
Property Value
Documents
Collection of Publication Index Keyword Group.
public ICollection<Document> Documents { get; init; }
Property Value
EndDate
Gets or sets the end date.
public DateTime? EndDate { get; set; }
Property Value
- DateTime?
The end date.
Groups
Collection of Publication Index Keyword Group.
public ICollection<IndexKeywordGroup> Groups { get; init; }
Property Value
Id
Index Keyword Group ID.
public int? Id { get; set; }
Property Value
- int?
InceptDate
Gets or sets the incept date.
public DateTime? InceptDate { get; set; }
Property Value
- DateTime?
The incept date.
KeywordValue
Gets or sets the keyword value.
public string? KeywordValue { get; set; }
Property Value
ModificationDate
Gets or sets the modification date.
public DateTime? ModificationDate { get; set; }
Property Value
- DateTime?
The modification date.