Table of Contents

Interface CompetenciesSelectorRepeater.IInputItem

Namespace
InSite.Admin.Courses.Activities.Controls
Assembly
InSite.UI.dll
public interface CompetenciesSelectorRepeater.IInputItem

Properties

Asset

int Asset { get; }

Property Value

int

Children

IEnumerable<CompetenciesSelectorRepeater.IInputItem> Children { get; }

Property Value

IEnumerable<CompetenciesSelectorRepeater.IInputItem>

Code

string Code { get; }

Property Value

string

HasChildren

bool HasChildren { get; }

Property Value

bool

IsCompetency

bool IsCompetency { get; }

Property Value

bool

IsSelected

bool IsSelected { get; }

Property Value

bool

Title

string Title { get; }

Property Value

string

TypeIcon

string TypeIcon { get; }

Property Value

string

TypeName

string TypeName { get; }

Property Value

string