Class LaunchCardRepeater
public class LaunchCardRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
LaunchCardRepeater
- Implements
- Inherited Members
Constructors
LaunchCardRepeater()
public LaunchCardRepeater()
Fields
CardRepeater
CardRepeater control.
protected Repeater CardRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SummaryPanel
SummaryPanel control.
protected HtmlGenericControl SummaryPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Cards
public List<LaunchCard> Cards { get; set; }
Property Value
ColumnSize
public int ColumnSize { get; set; }
Property Value
PortalBodyHtml
public string PortalBodyHtml { get; set; }
Property Value
PortalIdentifier
public Guid? PortalIdentifier { get; set; }
Property Value
- Guid?
PortalSlug
public string PortalSlug { get; set; }
Property Value
Methods
BindModelToControls(List<LaunchCard>, ISecurityFramework)
public void BindModelToControls(List<LaunchCard> cards, ISecurityFramework identity)
Parameters
cardsList<LaunchCard>identityISecurityFramework
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)