C# Class Wiki.Page

Mostrar archivo Open project: chrishulbert/SimpleCSharpWiki Class Usage Examples

Public Properties

Property Type Description
contents string
id int

Public Methods

Method Description
BeforeSave ( ) : void
Exists ( ) : bool
FromDataReader ( System.Data.SqlClient.SqlDataReader rdr ) : Page

Creates a new page, reading its values from the data reader row

Page ( ) : System
PathToUrlPath ( string inputPath ) : string
Save ( ) : void

Method Details

BeforeSave() public method

public BeforeSave ( ) : void
return void

Exists() public method

public Exists ( ) : bool
return bool

FromDataReader() public static method

Creates a new page, reading its values from the data reader row
public static FromDataReader ( System.Data.SqlClient.SqlDataReader rdr ) : Page
rdr System.Data.SqlClient.SqlDataReader
return Page

Page() public method

public Page ( ) : System
return System

PathToUrlPath() public static method

public static PathToUrlPath ( string inputPath ) : string
inputPath string
return string

Save() public method

public Save ( ) : void
return void

Property Details

contents public_oe property

public string contents
return string

id public_oe property

public int id
return int