ParameterPanelFluentBuilderBase Methods
The base class for ParameterPanelFluentBuilder.Name | Description |
---|---|
AddGroupItem(Action<GroupItemFluentBuilder>) | Creates a group. Inherited from GroupItemFluentBuilder. |
AddParameterItem(Parameter, Action<ParameterItemFluentBuilder>) | Adds a report parameter editor to the UI. Accepts a report parameter object. Inherited from GroupItemFluentBuilder. |
AddParameterItem(String, Action<ParameterItemFluentBuilder>) | Adds a report parameter editor to the UI. Accepts a report parameter name. Inherited from GroupItemFluentBuilder. |
AddSeparatorItem() | Creates a separator. Inherited from GroupItemFluentBuilder. |
BeginGroupItem(String) | Creates a group, sets its title, and begins group customization. Inherited from GroupItemFluentBuilder. |
BeginParameterItem(Parameter, Orientation) | Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter object. Inherited from GroupItemFluentBuilder. |
BeginParameterItem(String, Orientation) | Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter name. Inherited from GroupItemFluentBuilder. |
BeginSeparatorItem() | Creates a separator. Inherited from GroupItemFluentBuilder. |
ClearItems() | Discards all customization actions applied to the Parameters panel. |
End() | Ends Parameters panel customization. |
EndGroupItem() | Ends group customization. Inherited from GroupItemFluentBuilder. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetGroupItem(Parameter, Action<GroupItemFluentBuilder>) | Returns a builder for a group that contains the specified parameter. Applies a customization action to the group. Inherited from GroupItemFluentBuilder. |
GetGroupItem(Parameter) | Returns a builder for a group that contains the specified parameter. Inherited from GroupItemFluentBuilder. |
GetGroupItem(Int32, Action<GroupItemFluentBuilder>) | Returns a group builder by index. Applies a customization action to the group. Inherited from GroupItemFluentBuilder. |
GetGroupItem(Int32) | Returns a group builder by index. Inherited from GroupItemFluentBuilder. |
GetGroupItem(String, Action<GroupItemFluentBuilder>) | Returns a builder for a group that contains a parameter with the specified name. Applies a customization action to the group. Inherited from GroupItemFluentBuilder. |
GetGroupItem(String) | Returns a builder for a group that contains a parameter with the specified name. Inherited from GroupItemFluentBuilder. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetParameterItem(Parameter, Action<ParameterItemFluentBuilder>) | Applies a customization action to the specified parameter. Inherited from GroupItemFluentBuilder. |
GetParameterItem(Parameter) | Returns a parameter builder. Accepts a report parameter object. Inherited from GroupItemFluentBuilder. |
GetParameterItem(Int32, Action<ParameterItemFluentBuilder>) | Applies a customization action to the parameter with the specified index. Inherited from GroupItemFluentBuilder. |
GetParameterItem(Int32) | Returns a parameter builder by index. Inherited from GroupItemFluentBuilder. |
GetParameterItem(String, Action<ParameterItemFluentBuilder>) | Applies a customization action to the parameter with the specified name. Inherited from GroupItemFluentBuilder. |
GetParameterItem(String) | Returns a parameter builder. Accepts a parameter name. Inherited from GroupItemFluentBuilder. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RemoveGroupItem(Parameter) | Removes a group that contains the specified parameter. Inherited from GroupItemFluentBuilder. |
RemoveGroupItem(Int32) | Removes a group by index. Inherited from GroupItemFluentBuilder. |
RemoveGroupItem(String) | Removes a group that contains a parameter with the specified name. Inherited from GroupItemFluentBuilder. |
RemoveParameterItem(Parameter) | Removes a parameter editor from the UI. Accepts a parameter object. Inherited from GroupItemFluentBuilder. |
RemoveParameterItem(Int32) | Removes a parameter editor from the UI. Inherited from GroupItemFluentBuilder. |
RemoveParameterItem(String) | Removes a parameter editor from the UI. Accepts a parameter name. Inherited from GroupItemFluentBuilder. |
RemoveSeparatorItem(Int32) | Removes a separator. Inherited from GroupItemFluentBuilder. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
WithBorderVisible(Boolean) | Specifies whether group borders are visible. Inherited from GroupItemFluentBuilder. |
WithExpanded(Boolean) | Specifies whether a group is expanded or collapsed. Inherited from GroupItemFluentBuilder. |
WithOrientation(Orientation) | Specifies whether group parameters are placed vertically or horizontally. Inherited from GroupItemFluentBuilder. |
WithShowExpandButton(Boolean) | Specifies whether to show the group’s expand/collapse button. Inherited from GroupItemFluentBuilder. |
WithTitle(String) | Specifies a group title. Inherited from GroupItemFluentBuilder. |
WithTitleVisible(Boolean) | Specifies whether a group title is visible. Inherited from GroupItemFluentBuilder. |
See Also