C# Class Wiki.Page

Afficher le fichier Open project: chrishulbert/SimpleCSharpWiki Class Usage Examples

Méthodes publiques

Свойство Type Description
contents string
id int

Méthodes publiques

Méthode 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 méthode

public BeforeSave ( ) : void
Résultat void

Exists() public méthode

public Exists ( ) : bool
Résultat bool

FromDataReader() public static méthode

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
Résultat Page

Page() public méthode

public Page ( ) : System
Résultat System

PathToUrlPath() public static méthode

public static PathToUrlPath ( string inputPath ) : string
inputPath string
Résultat string

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

contents public_oe property

public string contents
Résultat string

id public_oe property

public int id
Résultat int