Interface IIndexKeyword
- Namespace
 - Songhay.Publications.Abstractions
 
- Assembly
 - Songhay.Publications.dll
 
Publication Index Keyword
public interface IIndexKeyword : ITemporal
  - Inherited Members
 - 
    ITemporal.EndDateITemporal.InceptDateITemporal.ModificationDate
 
Properties
ClientId
Index Keyword Group Client ID
string? ClientId { get; set; }
  Property Value
Id
Index Keyword Group ID
int? Id { get; set; }
  Property Value
- int?
 
KeywordValue
Gets or sets the keyword value.
string? KeywordValue { get; set; }