Class StageListItemControl
Inheritance
StageListItemControl
Assembly: SuperOffice.CRMWeb.dll
Syntax
public abstract class StageListItemControl : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
StageListItemControl(MDOListItem)
Declaration
public StageListItemControl(MDOListItem item)
Parameters
Properties
Current
Declaration
public bool Current { get; set; }
Property Value
Done
Declaration
public bool Done { get; set; }
Property Value
Last
Declaration
public bool Last { get; set; }
Property Value
ListItem
Declaration
public MDOListItem ListItem { get; set; }
Property Value
OnClick
Declaration
public string OnClick { get; set; }
Property Value
PassedCurrent
Declaration
public bool PassedCurrent { get; set; }
Property Value
Selected
Declaration
public bool Selected { get; set; }
Property Value
Methods
GetGuideName()
Declaration
protected abstract string GetGuideName()
Returns
GetMoveToStageString()
Declaration
protected abstract string GetMoveToStageString()
Returns
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
Implements