Table of Contents

Class ChangeBranch.SkipPatternItemCollection

Namespace
InSite.Admin.Workflow.Forms
Assembly
InSite.UI.dll
protected class ChangeBranch.SkipPatternItemCollection : IEnumerable<ChangeBranch.SkipPatternItem>, IEnumerable
Inheritance
ChangeBranch.SkipPatternItemCollection
Implements
Inherited Members

Constructors

SkipPatternItemCollection()

public SkipPatternItemCollection()

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ChangeBranch.SkipPatternItem this[int index] { get; }

Parameters

index int

Property Value

ChangeBranch.SkipPatternItem

Methods

GetEnumerator()

public IEnumerator<ChangeBranch.SkipPatternItem> GetEnumerator()

Returns

IEnumerator<ChangeBranch.SkipPatternItem>

Load(string, QSurveyOptionList)

public void Load(string language, QSurveyOptionList optionList)

Parameters

language string
optionList QSurveyOptionList