C# Class Glyma.NodeServiceApp.Layouts.Glyma.NodeServiceApp.Create

Mostrar archivo Open project: chris-tomich/Glyma

Protected Properties

Property Type Description
ApplicationPoolSelection IisWebServiceApplicationPoolSection
DefaultServiceApp global::Microsoft.SharePoint.WebControls.InputFormCheckBox
ServiceAppName global::Microsoft.SharePoint.WebControls.InputFormTextBox

Private Properties

Property Type Description
CreateServiceApplication NodeServiceApplication
CreateServiceApplicationProxy void
SetupNodeServiceApp void
StartServiceInstances void

Protected Methods

Method Description
OkButton_Click ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void

Private Methods

Method Description
CreateServiceApplication ( NodeService service ) : NodeServiceApplication
CreateServiceApplicationProxy ( NodeServiceApplication serviceApp ) : void
SetupNodeServiceApp ( ) : void
StartServiceInstances ( ) : void

Method Details

OkButton_Click() protected method

protected OkButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnInit() protected method

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

Property Details

ApplicationPoolSelection protected_oe property

protected IisWebServiceApplicationPoolSection ApplicationPoolSelection
return IisWebServiceApplicationPoolSection

DefaultServiceApp protected_oe property

DefaultServiceApp control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.InputFormCheckBox DefaultServiceApp
return global::Microsoft.SharePoint.WebControls.InputFormCheckBox

ServiceAppName protected_oe property

ServiceAppName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox ServiceAppName
return global::Microsoft.SharePoint.WebControls.InputFormTextBox