Show / Hide Table of Contents

Class Address

Inheritance
object
Control
TemplateControl
UserControl
UserControlBase
Address
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor
Inherited Members
UserControlBase.IsHostMenu
UserControlBase.PortalSettings
UserControl.OnInit(EventArgs)
UserControl.LoadViewState(object)
UserControl.SaveViewState()
UserControl.MapPath(string)
UserControl.UpdateModel<TModel>(TModel)
UserControl.UpdateModel<TModel>(TModel, IValueProvider)
UserControl.TryUpdateModel<TModel>(TModel)
UserControl.TryUpdateModel<TModel>(TModel, IValueProvider)
UserControl.Attributes
UserControl.Application
UserControl.Trace
UserControl.Request
UserControl.Response
UserControl.Server
UserControl.Cache
UserControl.CachePolicy
UserControl.IsPostBack
UserControl.Session
TemplateControl.Construct()
TemplateControl.OnCommitTransaction(EventArgs)
TemplateControl.OnAbortTransaction(EventArgs)
TemplateControl.OnError(EventArgs)
TemplateControl.CreateResourceBasedLiteralControl(int, int, bool)
TemplateControl.TestDeviceFilter(string)
TemplateControl.LoadControl(string)
TemplateControl.LoadControl(Type, object[])
TemplateControl.LoadTemplate(string)
TemplateControl.ParseControl(string)
TemplateControl.ParseControl(string, bool)
TemplateControl.Eval(string)
TemplateControl.Eval(string, string)
TemplateControl.XPath(string)
TemplateControl.XPath(string, IXmlNamespaceResolver)
TemplateControl.XPath(string, string)
TemplateControl.XPath(string, string, IXmlNamespaceResolver)
TemplateControl.XPathSelect(string)
TemplateControl.XPathSelect(string, IXmlNamespaceResolver)
TemplateControl.GetLocalResourceObject(string)
TemplateControl.GetLocalResourceObject(string, Type, string)
TemplateControl.GetGlobalResourceObject(string, string)
TemplateControl.GetGlobalResourceObject(string, string, Type, string)
TemplateControl.EnableTheming
TemplateControl.AppRelativeVirtualPath
TemplateControl.CommitTransaction
TemplateControl.AbortTransaction
TemplateControl.Error
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnPreRender(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class Address : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor

Constructors

Address()

Declaration
protected Address()

Fields

cboCountry

Declaration
protected CountryListBox cboCountry
Field Value
Type Description
CountryListBox

cboRegion

Declaration
protected DropDownList cboRegion
Field Value
Type Description
DropDownList

chkCell

Declaration
protected CheckBox chkCell
Field Value
Type Description
CheckBox

chkCity

Declaration
protected CheckBox chkCity
Field Value
Type Description
CheckBox

chkCountry

Declaration
protected CheckBox chkCountry
Field Value
Type Description
CheckBox

chkFax

Declaration
protected CheckBox chkFax
Field Value
Type Description
CheckBox

chkPostal

Declaration
protected CheckBox chkPostal
Field Value
Type Description
CheckBox

chkRegion

Declaration
protected CheckBox chkRegion
Field Value
Type Description
CheckBox

chkStreet

Declaration
protected CheckBox chkStreet
Field Value
Type Description
CheckBox

chkTelephone

Declaration
protected CheckBox chkTelephone
Field Value
Type Description
CheckBox

divCell

Declaration
protected HtmlGenericControl divCell
Field Value
Type Description
HtmlGenericControl

divCity

Declaration
protected HtmlGenericControl divCity
Field Value
Type Description
HtmlGenericControl

divCountry

Declaration
protected HtmlGenericControl divCountry
Field Value
Type Description
HtmlGenericControl

divFax

Declaration
protected HtmlGenericControl divFax
Field Value
Type Description
HtmlGenericControl

divPostal

Declaration
protected HtmlGenericControl divPostal
Field Value
Type Description
HtmlGenericControl

divRegion

Declaration
protected HtmlGenericControl divRegion
Field Value
Type Description
HtmlGenericControl

divStreet

Declaration
protected HtmlGenericControl divStreet
Field Value
Type Description
HtmlGenericControl

divTelephone

Declaration
protected HtmlGenericControl divTelephone
Field Value
Type Description
HtmlGenericControl

divUnit

Declaration
protected HtmlGenericControl divUnit
Field Value
Type Description
HtmlGenericControl

plCell

Declaration
protected LabelControl plCell
Field Value
Type Description
LabelControl

plCity

Declaration
protected LabelControl plCity
Field Value
Type Description
LabelControl

plCountry

Declaration
protected LabelControl plCountry
Field Value
Type Description
LabelControl

plFax

Declaration
protected LabelControl plFax
Field Value
Type Description
LabelControl

plPostal

Declaration
protected LabelControl plPostal
Field Value
Type Description
LabelControl

plRegion

Declaration
protected LabelControl plRegion
Field Value
Type Description
LabelControl

plStreet

Declaration
protected LabelControl plStreet
Field Value
Type Description
LabelControl

plTelephone

Declaration
protected LabelControl plTelephone
Field Value
Type Description
LabelControl

plUnit

Declaration
protected LabelControl plUnit
Field Value
Type Description
LabelControl

txtCell

Declaration
protected TextBox txtCell
Field Value
Type Description
TextBox

txtCity

Declaration
protected TextBox txtCity
Field Value
Type Description
TextBox

txtFax

Declaration
protected TextBox txtFax
Field Value
Type Description
TextBox

txtPostal

Declaration
protected TextBox txtPostal
Field Value
Type Description
TextBox

txtRegion

Declaration
protected TextBox txtRegion
Field Value
Type Description
TextBox

txtStreet

Declaration
protected TextBox txtStreet
Field Value
Type Description
TextBox

txtTelephone

Declaration
protected TextBox txtTelephone
Field Value
Type Description
TextBox

txtUnit

Declaration
protected TextBox txtUnit
Field Value
Type Description
TextBox

valCell

Declaration
protected RequiredFieldValidator valCell
Field Value
Type Description
RequiredFieldValidator

valCity

Declaration
protected RequiredFieldValidator valCity
Field Value
Type Description
RequiredFieldValidator

valCountry

Declaration
protected RequiredFieldValidator valCountry
Field Value
Type Description
RequiredFieldValidator

valFax

Declaration
protected RequiredFieldValidator valFax
Field Value
Type Description
RequiredFieldValidator

valPostal

Declaration
protected RequiredFieldValidator valPostal
Field Value
Type Description
RequiredFieldValidator

valRegion1

Declaration
protected RequiredFieldValidator valRegion1
Field Value
Type Description
RequiredFieldValidator

valRegion2

Declaration
protected RequiredFieldValidator valRegion2
Field Value
Type Description
RequiredFieldValidator

valStreet

Declaration
protected RequiredFieldValidator valStreet
Field Value
Type Description
RequiredFieldValidator

valTelephone

Declaration
protected RequiredFieldValidator valTelephone
Field Value
Type Description
RequiredFieldValidator

Properties

Cell

Declaration
public string Cell { get; set; }
Property Value
Type Description
string

City

Declaration
public string City { get; set; }
Property Value
Type Description
string

ControlColumnWidth

Declaration
public string ControlColumnWidth { get; set; }
Property Value
Type Description
string

Country

Declaration
public string Country { get; set; }
Property Value
Type Description
string

CountryData

Declaration
public string CountryData { set; }
Property Value
Type Description
string

Fax

Declaration
public string Fax { get; set; }
Property Value
Type Description
string

LabelColumnWidth

Declaration
public string LabelColumnWidth { get; set; }
Property Value
Type Description
string

LocalResourceFile

Declaration
public string LocalResourceFile { get; }
Property Value
Type Description
string

ModuleId

Declaration
public int ModuleId { get; set; }
Property Value
Type Description
int

Postal

Declaration
public string Postal { get; set; }
Property Value
Type Description
string

Region

Declaration
public string Region { get; set; }
Property Value
Type Description
string

RegionData

Declaration
public string RegionData { set; }
Property Value
Type Description
string

ShowCell

Declaration
public bool ShowCell { set; }
Property Value
Type Description
bool

ShowCity

Declaration
public bool ShowCity { set; }
Property Value
Type Description
bool

ShowCountry

Declaration
public bool ShowCountry { set; }
Property Value
Type Description
bool

ShowFax

Declaration
public bool ShowFax { set; }
Property Value
Type Description
bool

ShowPostal

Declaration
public bool ShowPostal { set; }
Property Value
Type Description
bool

ShowRegion

Declaration
public bool ShowRegion { set; }
Property Value
Type Description
bool

ShowStreet

Declaration
public bool ShowStreet { set; }
Property Value
Type Description
bool

ShowTelephone

Declaration
public bool ShowTelephone { set; }
Property Value
Type Description
bool

ShowUnit

Declaration
public bool ShowUnit { set; }
Property Value
Type Description
bool

StartTabIndex

Declaration
public int StartTabIndex { set; }
Property Value
Type Description
int

Street

Declaration
public string Street { get; set; }
Property Value
Type Description
string

Telephone

Declaration
public string Telephone { get; set; }
Property Value
Type Description
string

Unit

Declaration
public string Unit { get; set; }
Property Value
Type Description
string

Methods

OnCellCheckChanged(object, EventArgs)

Declaration
protected void OnCellCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnCityCheckChanged(object, EventArgs)

Declaration
protected void OnCityCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnCountryCheckChanged(object, EventArgs)

Declaration
protected void OnCountryCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnCountryIndexChanged(object, EventArgs)

Declaration
protected void OnCountryIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnFaxCheckChanged(object, EventArgs)

Declaration
protected void OnFaxCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnLoad(EventArgs)

OnPostalCheckChanged(object, EventArgs)

Declaration
protected void OnPostalCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnRegionCheckChanged(object, EventArgs)

Declaration
protected void OnRegionCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnStreetCheckChanged(object, EventArgs)

Declaration
protected void OnStreetCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OnTelephoneCheckChanged(object, EventArgs)

Declaration
protected void OnTelephoneCheckChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS