Class IndexKeywordGroup
- Namespace
- Songhay.Publications.Models
- Assembly
- Songhay.Publications.dll
Publication Index Keyword.
public class IndexKeywordGroup : IIndexKeywordGroup, ITemporal
- Inheritance
-
IndexKeywordGroup
- Implements
-
ITemporal
- Inherited Members
- Extension Methods
Properties
ClientId
Index Keyword Group Client ID.
public string? ClientId { get; set; }
Property Value
EndDate
Gets or sets the end date.
public DateTime? EndDate { get; set; }
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
ModificationDate
Gets or sets the modification date.
public DateTime? ModificationDate { get; set; }
Property Value
Name
Index Keyword Group Name.
public string? Name { get; set; }