Class AchievementListEditor
public class AchievementListEditor : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
AchievementListEditor
- Implements
- Inherited Members
Constructors
AchievementListEditor()
public AchievementListEditor()
Fields
AccountScope
AccountScope control.
protected ComboBox AccountScope
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementCount
AchievementCount control.
protected HtmlGenericControl AchievementCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementGrid
AchievementGrid control.
protected AchievementListGrid AchievementGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementGroups
AchievementGroups control.
protected AchievementListGroup AchievementGroups
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementNoMatch
AchievementNoMatch control.
protected HtmlGenericControl AchievementNoMatch
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AchievementTab
AchievementTab control.
protected NavItem AchievementTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddAchievementButton
AddAchievementButton control.
protected Button AddAchievementButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ButtonsPanel
ButtonsPanel control.
protected HtmlGenericControl ButtonsPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ClearButton
ClearButton control.
protected ClearButton ClearButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DeleteAchievementButton
DeleteAchievementButton control.
protected DeleteButton DeleteAchievementButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterButton
FilterButton control.
protected FilterButton FilterButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GroupByComboBox
GroupByComboBox control.
protected ComboBox GroupByComboBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewAchievementCount
NewAchievementCount control.
protected HtmlGenericControl NewAchievementCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewAchievementGrid
NewAchievementGrid control.
protected AchievementListGrid NewAchievementGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewAchievementGroups
NewAchievementGroups control.
protected AchievementListGroup NewAchievementGroups
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewAchievementNoMatch
NewAchievementNoMatch control.
protected HtmlGenericControl NewAchievementNoMatch
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewAchievementTab
NewAchievementTab control.
protected NavItem NewAchievementTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewButtonsPanel
NewButtonsPanel control.
protected HtmlGenericControl NewButtonsPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchText
SearchText control.
protected TextBox SearchText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SelectAllButton
SelectAllButton control.
protected Button SelectAllButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SelectAllButton2
SelectAllButton2 control.
protected Button SelectAllButton2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnselectAllButton
UnselectAllButton control.
protected Button UnselectAllButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnselectAllButton2
UnselectAllButton2 control.
protected Button UnselectAllButton2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
GetMatchingAchievements(Guid, Guid, string, string, Guid?)
public List<AchievementListGridItem> GetMatchingAchievements(Guid enterpriseId, Guid organizationId, string scope, string keyword, Guid? departmentId = null)
Parameters
Returns
GetSelectedAchievements()
public HashSet<Guid> GetSelectedAchievements()
Returns
InitDelegates(Guid, GetAssignedAchievements, DeleteAchievements, InsertAchievements, string)
public void InitDelegates(Guid selectedOrganizationId, AchievementListEditor.GetAssignedAchievements getAssignedAchievements, AchievementListEditor.DeleteAchievements deleteAchievements, AchievementListEditor.InsertAchievements insertAchievements, string entityName)
Parameters
selectedOrganizationIdGuidgetAssignedAchievementsAchievementListEditor.GetAssignedAchievementsdeleteAchievementsAchievementListEditor.DeleteAchievementsinsertAchievementsAchievementListEditor.InsertAchievementsentityNamestring
LoadAchievements(GroupByEnum?, Guid?)
public int LoadAchievements(GroupByEnum? groupBy = GroupByEnum.Type, Guid? departmentId = null)
Parameters
groupByGroupByEnum?departmentIdGuid?
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetEditable(bool, bool)
public void SetEditable(bool isEditable, bool allowSelect)
Parameters
ShowVisibilityCriteria()
public void ShowVisibilityCriteria()
Events
Refreshed
public event IntValueHandler Refreshed