Interface IIndexKeywordGroup
- Namespace
 - Songhay.Publications.Abstractions
 
- Assembly
 - Songhay.Publications.dll
 
Publication Index Keyword Group
public interface IIndexKeywordGroup : 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?
 
Name
Index Keyword Group Name
string? Name { get; set; }