Table of Contents

Class AllItems

Namespace
SunamoData.Data
Assembly
SunamoData.dll

By default, all verses or anything else will always be taken.

public class AllItems
Inheritance
AllItems
Inherited Members
Extension Methods

Properties

All

Gets or sets a value indicating whether all items should be taken. By default true, all verses or anything else will always be taken.

public bool All { get; set; }

Property Value

bool

From

Gets or sets the starting index.

public int From { get; set; }

Property Value

int

To

Gets or sets the ending index.

public int To { get; set; }

Property Value

int