The following tables list the members exposed by FilterMember.
Name | Description | |
---|---|---|
FilterMember Constructor | Initializes a new instance of the FilterMember class. |
Name | Description | |
---|---|---|
Caption | Gets the caption of the element. | |
DelayLoading | Gets a value indicating whether data source should skip loading of children members. | |
FilterMembers | Gets the filter members. The collection contains all the child members of current member. | |
FilterSource | Gets or sets the underlaying filter source. | |
FilterViewModel | Gets the Infragistics.Olap.IFilterViewModel that owns the filter members hierarchy. | |
HasChildren | Gets a value indicating whether this member has children. | |
HasPendingChanges | Gets a value indicating whether this instance has uncommited changes. | |
IsChangeSource | Gets or sets a value indicating whether this instance is the original initiator of the selection change. | |
IsExpanded | Gets or sets a value indicating whether the child of this member should be visible. | |
IsLoaded | Gets or sets a value indicating whether the children of this member are loaded. | |
IsSelected | Gets or sets a value indicating whether this member is selected. | |
Member | Gets the member for which we will set filter properties. | |
Name | Gets the name of the element. | |
ParentMember | Gets the parent Infragistics.Olap.Data.IFilterMember of this filter member. | |
UniqueName | Gets the unique name of the element. | |
ViewModel | Gets the view model instance which this instance is related to. |
Name | Description | |
---|---|---|
CommitsIsSelected | ||
IsHierarchyUpdateSuppressed | Gets or sets a value indicating whether the change of IsSelected will be reflected by the selection state of to its parents and of its children. | |
IsReferenceExcluded | Gets or sets a value indicating whether this instance is excluded by the changes provoked by another Infragistics.Olap.Data.IFilterMember instance connected to the same data as this instance does. |
Name | Description | |
---|---|---|
AddFilterMember | Adds a new filter member to FilterMembers collection. | |
AddFilterMembers | Adds filter members to FilterMembers collection | |
ClearFilterMembers | Removes all children from FilterMembers collection. | |
CommitChanges | Called in order to commit the pending changes. | |
RemoveFilterMember | Removes filter member from FilterMembers collection. | |
RollbackChanges | Called in order to rollback the pending changes. |
Name | Description | |
---|---|---|
GetCurrentIsSelectedState | Gets the value which refers to the actual selection state of this instance. | |
OnAddFilterMember | Called when a filterMember is added to FilterMembers collection. | |
OnPropertyChanged | Should be called when the value of the property is changed | |
OnReleaseFilterSource | Called when filter source usage is released. | |
OnRemoveFiterMember | Called when a filterMember is removed from FilterMembers collection. | |
OnSelectionChangeCommited | Called when pending selection changes are commited. | |
OnSelectionChanged | Called when IsSelected value changes. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. | |
SelectionChangeCommited | Occurs when selection changes are commited. | |
SelectionChanged | Occurs when IsSelected property changes. |