C# 클래스 Engage.Dnn.Publish.Controls.ItemRelationships

상속: ModuleBase, IActionable
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
btnItemSearch global::System.Web.UI.WebControls.LinkButton
btnStoreRelationshipDate global::System.Web.UI.WebControls.LinkButton
divDateControls global::System.Web.UI.HtmlControls.HtmlGenericControl
divItemRelationships global::System.Web.UI.HtmlControls.HtmlGenericControl
imgAdd global::System.Web.UI.WebControls.ImageButton
imgDown global::System.Web.UI.WebControls.ImageButton
imgRemove global::System.Web.UI.WebControls.ImageButton
imgUp global::System.Web.UI.WebControls.ImageButton
lblAvailableCategories global::DotNetNuke.UI.UserControls.LabelControl
lblEndDate global::DotNetNuke.UI.UserControls.LabelControl
lblItemSearch global::DotNetNuke.UI.UserControls.LabelControl
lblMessage global::System.Web.UI.WebControls.Label
lblSelectedCategories global::DotNetNuke.UI.UserControls.LabelControl
lblStartDate global::DotNetNuke.UI.UserControls.LabelControl
lstItems global::System.Web.UI.WebControls.ListBox
lstSelectedItems global::System.Web.UI.WebControls.ListBox
pnlItemSearch global::System.Web.UI.WebControls.Panel
trDownImage global::System.Web.UI.HtmlControls.HtmlTableRow
trUpImage global::System.Web.UI.HtmlControls.HtmlTableRow
txtEndDate global::System.Web.UI.WebControls.TextBox
txtItemSearch global::System.Web.UI.WebControls.TextBox
txtStartDate global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
AddToSelectedItems ( Item item ) : void
Clear ( ) : void

Clears the selected items from this ItemRelationships.

GetAdditionalSetting ( object setting, string itemId ) : string
GetSelectedItemIds ( ) : int[]
UpdateAvailableItems ( ) : void

보호된 메소드들

메소드 설명
ItemIdExists ( string itemId ) : bool
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BtnItemSearchClick ( object sender, EventArgs e ) : void
BtnStoreRelationshipDateClick ( object sender, EventArgs e ) : void
ImgAddClick ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ImgDownClick ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ImgRemoveClick ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ImgUpClick ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
LocalizeControl ( ) : void
LstSelectedItemsSelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SetAdditionalSetting ( object setting, string settingValue, string itemId ) : void

메소드 상세

AddToSelectedItems() 공개 메소드

public AddToSelectedItems ( Item item ) : void
item Item
리턴 void

Clear() 공개 메소드

Clears the selected items from this ItemRelationships.
public Clear ( ) : void
리턴 void

GetAdditionalSetting() 공개 메소드

public GetAdditionalSetting ( object setting, string itemId ) : string
setting object
itemId string
리턴 string

GetSelectedItemIds() 공개 메소드

public GetSelectedItemIds ( ) : int[]
리턴 int[]

ItemIdExists() 보호된 메소드

protected ItemIdExists ( string itemId ) : bool
itemId string
리턴 bool

OnInit() 보호된 메소드

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

UpdateAvailableItems() 공개 메소드

public UpdateAvailableItems ( ) : void
리턴 void

프로퍼티 상세

btnItemSearch 보호되어 있는 프로퍼티

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

btnStoreRelationshipDate 보호되어 있는 프로퍼티

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

divDateControls 보호되어 있는 프로퍼티

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

divItemRelationships 보호되어 있는 프로퍼티

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

imgAdd 보호되어 있는 프로퍼티

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

imgDown 보호되어 있는 프로퍼티

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

imgRemove 보호되어 있는 프로퍼티

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

imgUp 보호되어 있는 프로퍼티

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

lblAvailableCategories 보호되어 있는 프로퍼티

lblAvailableCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAvailableCategories
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblEndDate 보호되어 있는 프로퍼티

lblEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEndDate
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblItemSearch 보호되어 있는 프로퍼티

lblItemSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblItemSearch
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblMessage 보호되어 있는 프로퍼티

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

lblSelectedCategories 보호되어 있는 프로퍼티

lblSelectedCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSelectedCategories
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lblStartDate 보호되어 있는 프로퍼티

lblStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblStartDate
리턴 global::DotNetNuke.UI.UserControls.LabelControl

lstItems 보호되어 있는 프로퍼티

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

lstSelectedItems 보호되어 있는 프로퍼티

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

pnlItemSearch 보호되어 있는 프로퍼티

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

trDownImage 보호되어 있는 프로퍼티

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

trUpImage 보호되어 있는 프로퍼티

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

txtEndDate 보호되어 있는 프로퍼티

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

txtItemSearch 보호되어 있는 프로퍼티

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

txtStartDate 보호되어 있는 프로퍼티

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