Class RelationshipList
public class RelationshipList : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
RelationshipList
- Implements
- Inherited Members
Constructors
RelationshipList()
public RelationshipList()
Fields
AddResourceLink
AddResourceLink control.
protected Button AddResourceLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommandButtons2
CommandButtons2 control.
protected HtmlGenericControl CommandButtons2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DataRepeater
DataRepeater control.
protected Repeater DataRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
HeaderContent
HeaderContent control.
protected PageHeadContent HeaderContent
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RefreshButton
RefreshButton control.
protected Button RefreshButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderButton
ReorderButton control.
protected Button ReorderButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ReorderCommandButtons
ReorderCommandButtons control.
protected Panel ReorderCommandButtons
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SectionControl
SectionControl control.
protected HtmlGenericControl SectionControl
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UpdatePanel
UpdatePanel control.
protected UpdatePanel UpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Direction
protected ConnectionDirection Direction { get; set; }
Property Value
EnableAJAX
public bool EnableAJAX { get; set; }
Property Value
EnableSort
public bool EnableSort { get; set; }
Property Value
ItemCount
public int ItemCount { get; set; }
Property Value
Methods
LoadData(QPage, ConnectionDirection)
public void LoadData(QPage entity, ConnectionDirection direction)
Parameters
entityQPagedirectionConnectionDirection
LoadData(QSite, ConnectionDirection)
public void LoadData(QSite entity, ConnectionDirection direction)
Parameters
entityQSitedirectionConnectionDirection
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
OnReorderCommand(string)
public void OnReorderCommand(string argument)
Parameters
argumentstring
Events
Refreshed
public event EventHandler Refreshed