C# Class EnterpriseWebLibrary.EnterpriseWebFramework.NamingPlaceholder

A placeholder control that is a naming container.
Inheritance: System.Web.UI.Control, INamingContainer, ControlTreeDataLoader
Exibir arquivo Open project: enduracode/enterprise-web-library Class Usage Examples

Public Methods

Method Description
NamingPlaceholder ( IEnumerable childControls, IEnumerable updateRegionSets = null ) : System.Collections.Generic

Creates a naming placeholder. Add all child controls now; do not use AddControlsReturnThis at any time.

Private Methods

Method Description
ControlTreeDataLoader ( ) : void

Method Details

NamingPlaceholder() public method

Creates a naming placeholder. Add all child controls now; do not use AddControlsReturnThis at any time.
public NamingPlaceholder ( IEnumerable childControls, IEnumerable updateRegionSets = null ) : System.Collections.Generic
childControls IEnumerable
updateRegionSets IEnumerable The intermediate-post-back update-region sets that this naming placeholder will be a part of.
return System.Collections.Generic