Table of Contents

Interface ISegment

Namespace
Songhay.Publications.Abstractions
Assembly
Songhay.Publications.dll

Publications Segment interface

public interface ISegment : ITemporal
Inherited Members
ITemporal.EndDate
ITemporal.InceptDate
ITemporal.ModificationDate
Extension Methods

Properties

ClientId

Gets or sets the client identifier.

string? ClientId { get; set; }

Property Value

string

IsActive

Gets or sets the is active.

bool? IsActive { get; set; }

Property Value

bool?

ParentSegmentId

Gets or sets the parent segment identifier.

int? ParentSegmentId { get; set; }

Property Value

int?

SegmentId

Gets or sets the segment identifier.

int? SegmentId { get; set; }

Property Value

int?

SegmentName

Gets or sets the name of the segment.

string? SegmentName { get; set; }

Property Value

string

SortOrdinal

Gets or sets the sort ordinal.

byte? SortOrdinal { get; set; }

Property Value

byte?