Class UnitSetup
public class UnitSetup : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
UnitSetup
- Implements
- Inherited Members
Constructors
UnitSetup()
public UnitSetup()
Fields
ContentRepeater
ContentRepeater control.
protected Repeater ContentRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DetailsTab
DetailsTab control.
protected NavItem DetailsTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Language
Language control.
protected ComboBox Language
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrerequisiteList
PrerequisiteList control.
protected PrerequisiteList PrerequisiteList
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrivacySettingsGroups
PrivacySettingsGroups control.
protected PrivacySettingsGroups PrivacySettingsGroups
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitAsset
UnitAsset control.
protected Literal UnitAsset
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitCancelButton
UnitCancelButton control.
protected CancelButton UnitCancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitCode
UnitCode control.
protected TextBox UnitCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitIsAdaptive
UnitIsAdaptive control.
protected CheckBox UnitIsAdaptive
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitName
UnitName control.
protected TextBox UnitName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitSaveButton
UnitSaveButton control.
protected SaveButton UnitSaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitThumbprint
UnitThumbprint control.
protected Literal UnitThumbprint
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
CourseIdentifier
public Guid CourseIdentifier { get; set; }
Property Value
UnitIdentifier
public Guid UnitIdentifier { get; set; }
Property Value
Methods
BindControlsToModel(QUnit, ContentContainer)
public void BindControlsToModel(QUnit unit, ContentContainer content)
Parameters
unitQUnitcontentContentContainer
BindControlsToModelForContent(ContentContainer, string)
public void BindControlsToModelForContent(ContentContainer content, string unitName)
Parameters
contentContentContainerunitNamestring
BindModelToControls(QUnit)
public void BindModelToControls(QUnit unit)
Parameters
unitQUnit
OnInit(EventArgs)
protected override void OnInit(EventArgs e)