C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.ControlListItem

An item for the control list.
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
ControlListItem ( IEnumerable childControls, IEnumerable updateRegionSets = null ) : System.Collections.Generic

Creates a control-list item.

ControlListItem ( IEnumerable childControls, string id, IEnumerable updateRegionSets = null, IEnumerable removalUpdateRegionSets = null ) : System.Collections.Generic

Creates a control-list item.

메소드 상세

ControlListItem() 공개 메소드

Creates a control-list item.
public ControlListItem ( IEnumerable childControls, IEnumerable updateRegionSets = null ) : System.Collections.Generic
childControls IEnumerable The item content.
updateRegionSets IEnumerable The intermediate-post-back update-region sets that this item will be a part of.
리턴 System.Collections.Generic

ControlListItem() 공개 메소드

Creates a control-list item.
public ControlListItem ( IEnumerable childControls, string id, IEnumerable updateRegionSets = null, IEnumerable removalUpdateRegionSets = null ) : System.Collections.Generic
childControls IEnumerable The item content.
id string The ID of the item. This is required if you're adding the item on an intermediate post-back or want to remove the item on an /// intermediate post-back. Do not pass null.
updateRegionSets IEnumerable The intermediate-post-back update-region sets that this item will be a part of.
removalUpdateRegionSets IEnumerable The intermediate-post-back update-region sets that this item's removal will be a part of.
리턴 System.Collections.Generic