C# Class Ocronet.Dynamic.Utils.BookLine

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: nickun/OCRonet Class Usage Examples

Public Methods

Method Description
BookLine ( int bookno, int pageno, int lineno ) : System
SetLineSource ( LineSource lineSource ) : void
ToString ( ) : string

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

BookLine() public method

public BookLine ( int bookno, int pageno, int lineno ) : System
bookno int
pageno int
lineno int
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

SetLineSource() public method

public SetLineSource ( LineSource lineSource ) : void
lineSource LineSource
return void

ToString() public method

public ToString ( ) : string
return string