Class BuildConditions
public class BuildConditions : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
BuildConditions
- Implements
- Inherited Members
Constructors
BuildConditions()
public BuildConditions()
Fields
ConditionAnd
ConditionAnd control.
protected ConditionControl ConditionAnd
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionAndTab
ConditionAndTab control.
protected NavItem ConditionAndTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionName
ConditionName control.
protected TextBox ConditionName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionNameRequiredValidator
ConditionNameRequiredValidator control.
protected RequiredValidator ConditionNameRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionNameUniqueValidator
ConditionNameUniqueValidator control.
protected CustomValidator ConditionNameUniqueValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionOr
ConditionOr control.
protected ConditionControl ConditionOr
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionOrTab
ConditionOrTab control.
protected NavItem ConditionOrTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionRepeater
ConditionRepeater control.
protected Repeater ConditionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionWhere
ConditionWhere control.
protected ConditionControl ConditionWhere
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConditionWhereTab
ConditionWhereTab control.
protected NavItem ConditionWhereTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorView
EditorView control.
protected View EditorView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiView
MultiView control.
protected MultiView MultiView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TableStatus
TableStatus control.
protected Alert TableStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TableView
TableView control.
protected View TableView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
BuildData
public Build.IData BuildData { get; set; }
Property Value
HasItems
public bool HasItems { get; }
Property Value
Methods
Edit(int)
public void Edit(int index)
Parameters
indexint
GetConditions()
public ReportCondition[] GetConditions()
Returns
LoadData()
public void LoadData()
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnViewChanged(BuildViewType)
protected void OnViewChanged(BuildViewType view)
Parameters
viewBuildViewType
Save()
public void Save()
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
View()
public void View()
Events
ViewChanged
public event BuildViewChangedHandler ViewChanged