C# Class OurUmbraco.Wiki.BusinessLogic.WikiHelpRequest

显示文件 Open project: umbraco/OurUmbraco Class Usage Examples

Public Methods

Method Description
Create ( string section, string application, string applicationPage, string url ) : WikiHelpRequest
Save ( ) : void

Protected Methods

Method Description
FireAfterSave ( HelpRequestEventArgs e ) : void
FireBeforeSave ( HelpRequestEventArgs e ) : void

Private Methods

Method Description
WikiHelpRequest ( ) : System

Method Details

Create() public static method

public static Create ( string section, string application, string applicationPage, string url ) : WikiHelpRequest
section string
application string
applicationPage string
url string
return WikiHelpRequest

FireAfterSave() protected method

protected FireAfterSave ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
return void

FireBeforeSave() protected method

protected FireBeforeSave ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
return void

Save() public method

public Save ( ) : void
return void