Table of Contents

Class CategoryDetail

Namespace
InSite.UI.Admin.Learning.Categories.Controls
Assembly
InSite.UI.dll
public class CategoryDetail : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
CategoryDetail
Implements
Inherited Members

Constructors

CategoryDetail()

public CategoryDetail()

Fields

CategoryFolderSelector

CategoryFolderSelector control.

protected CollectionItemFolderComboBox CategoryFolderSelector

Field Value

CollectionItemFolderComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CategoryFolderSelectorView

CategoryFolderSelectorView control.

protected MultiFieldView CategoryFolderSelectorView

Field Value

MultiFieldView

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CategoryFolderText

CategoryFolderText control.

protected TextBox CategoryFolderText

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CategoryFolderTextView

CategoryFolderTextView control.

protected MultiFieldView CategoryFolderTextView

Field Value

MultiFieldView

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CategoryName

CategoryName control.

protected TextBox CategoryName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CategoryNameUniqueValidator

CategoryNameUniqueValidator control.

protected CustomValidator CategoryNameUniqueValidator

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DescriptionInput

DescriptionInput control.

protected TextBox DescriptionInput

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

GetInputValues(TCollectionItem)

public void GetInputValues(TCollectionItem entity)

Parameters

entity TCollectionItem

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetInputValues(TCollectionItem)

public void SetInputValues(TCollectionItem entity)

Parameters

entity TCollectionItem