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
From
Gets or sets the starting index.
public int From { get; set; }
Property Value
To
Gets or sets the ending index.
public int To { get; set; }