C# 클래스 Dnn.Modules.Vendors.Vendors

The Vendors PortalModuleBase is used to manage the Vendors of a portal
상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: DNNCommunity/DNN.Vendors

보호된 프로퍼티들

프로퍼티 타입 설명
CurrentPage int
TotalPages int
btnSearch global::System.Web.UI.WebControls.LinkButton
cmdAddVendor global::System.Web.UI.WebControls.LinkButton
cmdDeleteUnAuthorized global::System.Web.UI.WebControls.LinkButton
ddlSearchType global::DotNetNuke.Web.UI.WebControls.DnnComboBox
grdVendors global::DotNetNuke.Web.UI.WebControls.DnnGrid
rptLetterSearch global::System.Web.UI.WebControls.Repeater
txtSearch global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
DisplayAddress ( object Unit, object Street, object City, object Region, object Country, object PostalCode ) : string

DisplayAddress correctly formats an Address

FormatURL ( string strKeyName, string strKeyValue ) : string

FormatURL correctly formats the Url for the Edit Vendor Link

보호된 메소드들

메소드 설명
CanEdit ( ) : bool
FilterURL ( string Filter, string CurrentPage ) : string

FilterURL correctly formats the Url for filter by first letter and paging

NeedDataSource ( object sender, GridNeedDataSourceEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnSearchClick ( Object sender, EventArgs e ) : void
cmdAddVendor_Click ( object sender, EventArgs e ) : void
cmdDeleteUnAuthorized_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CreateLetterSearch ( ) : void
SetDataSource ( ) : void

메소드 상세

CanEdit() 보호된 메소드

protected CanEdit ( ) : bool
리턴 bool

DisplayAddress() 공개 메소드

DisplayAddress correctly formats an Address
public DisplayAddress ( object Unit, object Street, object City, object Region, object Country, object PostalCode ) : string
Unit object
Street object
City object
Region object
Country object
PostalCode object
리턴 string

FilterURL() 보호된 메소드

FilterURL correctly formats the Url for filter by first letter and paging
protected FilterURL ( string Filter, string CurrentPage ) : string
Filter string
CurrentPage string
리턴 string

FormatURL() 공개 메소드

FormatURL correctly formats the Url for the Edit Vendor Link
public FormatURL ( string strKeyName, string strKeyValue ) : string
strKeyName string
strKeyValue string
리턴 string

NeedDataSource() 보호된 메소드

protected NeedDataSource ( object sender, GridNeedDataSourceEventArgs e ) : void
sender object
e GridNeedDataSourceEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSearchClick() 보호된 메소드

protected OnSearchClick ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

cmdAddVendor_Click() 보호된 메소드

protected cmdAddVendor_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

cmdDeleteUnAuthorized_Click() 보호된 메소드

protected cmdDeleteUnAuthorized_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

CurrentPage 보호되어 있는 프로퍼티

protected int CurrentPage
리턴 int

TotalPages 보호되어 있는 프로퍼티

protected int TotalPages
리턴 int

btnSearch 보호되어 있는 프로퍼티

btnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnSearch
리턴 global::System.Web.UI.WebControls.LinkButton

cmdAddVendor 보호되어 있는 프로퍼티

cmdAddVendor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdAddVendor
리턴 global::System.Web.UI.WebControls.LinkButton

cmdDeleteUnAuthorized 보호되어 있는 프로퍼티

cmdDeleteUnAuthorized control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdDeleteUnAuthorized
리턴 global::System.Web.UI.WebControls.LinkButton

ddlSearchType 보호되어 있는 프로퍼티

ddlSearchType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Web.UI.WebControls.DnnComboBox ddlSearchType
리턴 global::DotNetNuke.Web.UI.WebControls.DnnComboBox

grdVendors 보호되어 있는 프로퍼티

grdVendors control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Web.UI.WebControls.DnnGrid grdVendors
리턴 global::DotNetNuke.Web.UI.WebControls.DnnGrid

rptLetterSearch 보호되어 있는 프로퍼티

rptLetterSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptLetterSearch
리턴 global::System.Web.UI.WebControls.Repeater

txtSearch 보호되어 있는 프로퍼티

txtSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSearch
리턴 global::System.Web.UI.WebControls.TextBox