C# Class Engage.Dnn.Publish.Controls.ItemRelationships

Inheritance: ModuleBase, IActionable
Show file Open project: EngageSoftware/Engage-Publish Class Usage Examples

Protected Properties

Property Type Description
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

Public Methods

Method Description
AddToSelectedItems ( Item item ) : void
Clear ( ) : void

Clears the selected items from this ItemRelationships.

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

Protected Methods

Method Description
ItemIdExists ( string itemId ) : bool
OnInit ( EventArgs e ) : void

Private Methods

Method Description
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

Method Details

AddToSelectedItems() public method

public AddToSelectedItems ( Item item ) : void
item Item
return void

Clear() public method

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

GetAdditionalSetting() public method

public GetAdditionalSetting ( object setting, string itemId ) : string
setting object
itemId string
return string

GetSelectedItemIds() public method

public GetSelectedItemIds ( ) : int[]
return int[]

ItemIdExists() protected method

protected ItemIdExists ( string itemId ) : bool
itemId string
return bool

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

UpdateAvailableItems() public method

public UpdateAvailableItems ( ) : void
return void

Property Details

btnItemSearch protected property

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
return global::System.Web.UI.WebControls.LinkButton

btnStoreRelationshipDate protected property

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
return global::System.Web.UI.WebControls.LinkButton

divDateControls protected property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

divItemRelationships protected property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

imgAdd protected property

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
return global::System.Web.UI.WebControls.ImageButton

imgDown protected property

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
return global::System.Web.UI.WebControls.ImageButton

imgRemove protected property

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
return global::System.Web.UI.WebControls.ImageButton

imgUp protected property

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
return global::System.Web.UI.WebControls.ImageButton

lblAvailableCategories protected property

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

lblEndDate protected property

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

lblItemSearch protected property

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

lblMessage protected property

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
return global::System.Web.UI.WebControls.Label

lblSelectedCategories protected property

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

lblStartDate protected property

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

lstItems protected property

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
return global::System.Web.UI.WebControls.ListBox

lstSelectedItems protected property

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
return global::System.Web.UI.WebControls.ListBox

pnlItemSearch protected property

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
return global::System.Web.UI.WebControls.Panel

trDownImage protected property

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
return global::System.Web.UI.HtmlControls.HtmlTableRow

trUpImage protected property

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
return global::System.Web.UI.HtmlControls.HtmlTableRow

txtEndDate protected property

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
return global::System.Web.UI.WebControls.TextBox

txtItemSearch protected property

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
return global::System.Web.UI.WebControls.TextBox

txtStartDate protected property

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
return global::System.Web.UI.WebControls.TextBox