Table of Contents

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

string

EndDate

Gets or sets the end date.

public DateTime? EndDate { get; set; }

Property Value

DateTime?

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?

ModificationDate

Gets or sets the modification date.

public DateTime? ModificationDate { get; set; }

Property Value

DateTime?

Name

Index Keyword Group Name.

public string? Name { get; set; }

Property Value

string