Universal Bible API 1.0.2011.1274

UniversalBibleAPI.ScriptureEventArgs Class Reference

Event-Argument liefert Details fuer das OnSingleScriptureParsed Event. More...

List of all members.

Properties

string UnparsedReference [get, set]
 Gets or sets the unparsed reference.
string BookNumber [get, set]
 Gets or sets the book number.
string ChapterNumber [get, set]
 Gets or sets the chapter number.
string VerseNumber [get, set]
 Gets or sets the verse number.
bool IsValid [get, set]
 Gets or sets a value indicating whether this instance is valid.

Detailed Description

Event-Argument liefert Details fuer das OnSingleScriptureParsed Event.

Definition at line 16 of file Scriptureparser.cs.


Property Documentation

string UniversalBibleAPI.ScriptureEventArgs.BookNumber [get, set]

Gets or sets the book number.

The book number.

Definition at line 27 of file Scriptureparser.cs.

string UniversalBibleAPI.ScriptureEventArgs.ChapterNumber [get, set]

Gets or sets the chapter number.

The chapter number.

Definition at line 32 of file Scriptureparser.cs.

bool UniversalBibleAPI.ScriptureEventArgs.IsValid [get, set]

Gets or sets a value indicating whether this instance is valid.

true if this instance is valid; otherwise, false.

Definition at line 42 of file Scriptureparser.cs.

string UniversalBibleAPI.ScriptureEventArgs.UnparsedReference [get, set]

Gets or sets the unparsed reference.

The unparsed reference.

Definition at line 22 of file Scriptureparser.cs.

string UniversalBibleAPI.ScriptureEventArgs.VerseNumber [get, set]

Gets or sets the verse number.

The verse number.

Definition at line 37 of file Scriptureparser.cs.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Enumerations Properties Events