Table of Contents

Class ControlHelper.TabSubtitleCollection

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class ControlHelper.TabSubtitleCollection : IEnumerable<ControlHelper.SectionSubtitleInfo>, IEnumerable
Inheritance
ControlHelper.TabSubtitleCollection
Implements
Inherited Members

Constructors

TabSubtitleCollection()

public TabSubtitleCollection()

TabSubtitleCollection(Func<SectionSubtitleInfo, bool>)

public TabSubtitleCollection(Func<ControlHelper.SectionSubtitleInfo, bool> filter)

Parameters

filter Func<ControlHelper.SectionSubtitleInfo, bool>

Properties

Count

public int Count { get; }

Property Value

int

Methods

Add(string, int?)

public void Add(string text, int? count)

Parameters

text string
count int?

GetEnumerator()

public IEnumerator<ControlHelper.SectionSubtitleInfo> GetEnumerator()

Returns

IEnumerator<ControlHelper.SectionSubtitleInfo>