C# 클래스 OurUmbraco.Wiki.BusinessLogic.WikiHelpRequest

파일 보기 프로젝트 열기: umbraco/OurUmbraco 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string section, string application, string applicationPage, string url ) : WikiHelpRequest
Save ( ) : void

보호된 메소드들

메소드 설명
FireAfterSave ( HelpRequestEventArgs e ) : void
FireBeforeSave ( HelpRequestEventArgs e ) : void

비공개 메소드들

메소드 설명
WikiHelpRequest ( ) : System

메소드 상세

Create() 공개 정적인 메소드

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

FireAfterSave() 보호된 메소드

protected FireAfterSave ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
리턴 void

FireBeforeSave() 보호된 메소드

protected FireBeforeSave ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void