C# Class AppActs.Client.WebSite.App_Views.SetupAppAddView

Exibir arquivo Open project: Appacts/mobile-analytics-server

Protected Properties

Property Type Description
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
btnAdd global::System.Web.UI.WebControls.Button
cusName global::System.Web.UI.WebControls.CustomValidator
ddlPlatform global::System.Web.UI.WebControls.ListBox
lblError global::System.Web.UI.WebControls.Label
lblErrorNameTaken global::System.Web.UI.WebControls.Label
lblErrorPlatformNeedsToBeSelected global::System.Web.UI.WebControls.Label
lblErrorValidation global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblPlatform global::System.Web.UI.WebControls.Label
reqName global::System.Web.UI.WebControls.RequiredFieldValidator
reqPlatform global::System.Web.UI.WebControls.CompareValidator
txtName global::System.Web.UI.WebControls.TextBox

Property Details

RequiredFieldValidator1 protected_oe property

RequiredFieldValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1
return global::System.Web.UI.WebControls.RequiredFieldValidator

btnAdd protected_oe property

btnAdd control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnAdd
return global::System.Web.UI.WebControls.Button

cusName protected_oe property

cusName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cusName
return global::System.Web.UI.WebControls.CustomValidator

ddlPlatform protected_oe property

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

lblError protected_oe property

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

lblErrorNameTaken protected_oe property

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

lblErrorPlatformNeedsToBeSelected protected_oe property

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

lblErrorValidation protected_oe property

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

lblName protected_oe property

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

lblPlatform protected_oe property

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

reqName protected_oe property

reqName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator reqName
return global::System.Web.UI.WebControls.RequiredFieldValidator

reqPlatform protected_oe property

reqPlatform control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator reqPlatform
return global::System.Web.UI.WebControls.CompareValidator

txtName protected_oe property

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