C# Class Engage.Dnn.Booking.DirectApproval

Show file Open project: EngageSoftware/Engage-Booking

Protected Properties

Property Type Description
ApprovalMessage global::Engage.Dnn.Booking.ModuleMessage

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs An object that contains the event data.
return void

Property Details

ApprovalMessage protected property

ApprovalMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Booking.ModuleMessage ApprovalMessage
return global::Engage.Dnn.Booking.ModuleMessage