Table of Contents

Interface IFragment

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

Publications Fragment interface

public interface IFragment : 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

Content

Gets or sets the content.

string? Content { get; set; }

Property Value

string

DocumentId

Gets or sets the document identifier.

int? DocumentId { get; set; }

Property Value

int?

FragmentDisplayName

Gets or sets the display name of the fragment.

string? FragmentDisplayName { get; set; }

Property Value

string

FragmentId

Gets or sets the fragment identifier.

int? FragmentId { get; set; }

Property Value

int?

FragmentName

Gets or sets the name of the fragment.

string? FragmentName { get; set; }

Property Value

string

IsActive

Gets or sets the is active.

bool? IsActive { get; set; }

Property Value

bool?

IsNext

Gets or sets the is next.

bool? IsNext { get; set; }

Property Value

bool?

IsPrevious

Gets or sets the is previous.

bool? IsPrevious { get; set; }

Property Value

bool?

IsWrapper

Gets or sets the is wrapper.

bool? IsWrapper { get; set; }

Property Value

bool?

NextFragmentId

Gets or sets the next fragment identifier.

int? NextFragmentId { get; set; }

Property Value

int?

PrevFragmentId

Gets or sets the previous fragment identifier.

int? PrevFragmentId { get; set; }

Property Value

int?

SortOrdinal

Gets or sets the sort ordinal.

byte? SortOrdinal { get; set; }

Property Value

byte?