Table of Contents

Class OutlineEdit

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

Constructors

OutlineEdit()

public OutlineEdit()

Fields

Code

Code control.

protected TextBox Code

Field Value

TextBox

Remarks

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

CreateButton

CreateButton control.

protected Button CreateButton

Field Value

Button

Remarks

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

CreatorStatus

CreatorStatus control.

protected Alert CreatorStatus

Field Value

Alert

Remarks

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

CreatorTitles

CreatorTitles control.

protected TextBox CreatorTitles

Field Value

TextBox

Remarks

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

CreatorTypeRepeater

CreatorTypeRepeater control.

protected Repeater CreatorTypeRepeater

Field Value

Repeater

Remarks

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

CreditIdentifier

CreditIdentifier control.

protected TextBox CreditIdentifier

Field Value

TextBox

Remarks

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

DeleteButton

DeleteButton control.

protected DeleteButton DeleteButton

Field Value

DeleteButton

Remarks

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

EditorContainer

EditorContainer control.

protected Container EditorContainer

Field Value

Container

Remarks

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

EditorStatus

EditorStatus control.

protected Alert EditorStatus

Field Value

Alert

Remarks

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

Header

Header control.

protected HtmlGenericControl Header

Field Value

HtmlGenericControl

Remarks

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

IndentButton

IndentButton control.

protected Button IndentButton

Field Value

Button

Remarks

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

IsPractical

IsPractical control.

protected CheckBox IsPractical

Field Value

CheckBox

Remarks

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

IsTheory

IsTheory control.

protected CheckBox IsTheory

Field Value

CheckBox

Remarks

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

LevelCode

LevelCode control.

protected TextBox LevelCode

Field Value

TextBox

Remarks

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

LevelType

LevelType control.

protected TextBox LevelType

Field Value

TextBox

Remarks

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

MajorVersion

MajorVersion control.

protected TextBox MajorVersion

Field Value

TextBox

Remarks

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

MinorVersion

MinorVersion control.

protected TextBox MinorVersion

Field Value

TextBox

Remarks

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

OutdentButton

OutdentButton control.

protected Button OutdentButton

Field Value

Button

Remarks

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

ReorderCancelButton

ReorderCancelButton control.

protected CancelButton ReorderCancelButton

Field Value

CancelButton

Remarks

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

ReorderContainer

ReorderContainer control.

protected Container ReorderContainer

Field Value

Container

Remarks

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

ReorderRepeater

ReorderRepeater control.

protected Repeater ReorderRepeater

Field Value

Repeater

Remarks

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

ReorderSaveButton

ReorderSaveButton control.

protected SaveButton ReorderSaveButton

Field Value

SaveButton

Remarks

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

ReorderStartButton

ReorderStartButton control.

protected Button ReorderStartButton

Field Value

Button

Remarks

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

ReorderState

ReorderState control.

protected HiddenField ReorderState

Field Value

HiddenField

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

StandardType

StandardType control.

protected StandardTypeComboBox StandardType

Field Value

StandardTypeComboBox

Remarks

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

Summary

Summary control.

protected TextBox Summary

Field Value

TextBox

Remarks

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

Title

Title control.

protected TextBox Title

Field Value

TextBox

Remarks

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

Methods

LoadData(int, bool)

public bool LoadData(int asset, bool canDelete)

Parameters

asset int
canDelete bool

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

Updated

public event EventHandler Updated

Event Type

EventHandler