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

파일 보기 프로젝트 열기: DNNCommunity/DNN.Vendors

공개 프로퍼티들

프로퍼티 타입 설명
VendorID int

보호된 프로퍼티들

프로퍼티 타입 설명
cmdAdd global::System.Web.UI.WebControls.HyperLink
grdAffiliates global::System.Web.UI.WebControls.DataGrid

공개 메소드들

메소드 설명
DisplayDate ( DateTime DateValue ) : string

DisplayDate formats a Date

FormatURL ( string strKeyName, string strKeyValue ) : string

FormatURL correctly formats the Url (adding a key/Value pair)

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

비공개 메소드들

메소드 설명
BindData ( ) : void

BindData gets the affiliates from the Database and binds them to the DataGrid

InitializeComponent ( ) : void

메소드 상세

DisplayDate() 공개 메소드

DisplayDate formats a Date
public DisplayDate ( DateTime DateValue ) : string
DateValue DateTime
리턴 string

FormatURL() 공개 메소드

FormatURL correctly formats the Url (adding a key/Value pair)
public FormatURL ( string strKeyName, string strKeyValue ) : string
strKeyName string
strKeyValue string
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnLoad() 보호된 메소드

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

프로퍼티 상세

VendorID 공개적으로 프로퍼티

public int VendorID
리턴 int

cmdAdd 보호되어 있는 프로퍼티

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

grdAffiliates 보호되어 있는 프로퍼티

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