The CalculatedValueRuleCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddBottomNRule(Int32, Color, FontStyle) |
Adds a bottom N rule to the end of the collection.
|
![]() |
AddBottomNRule(ConditionValue, Color, FontStyle) |
Adds a bottom N rule to the end of the collection.
|
![]() |
AddExpressionRule |
Adds a new expression rule to the end of the collection.
|
![]() |
AddRangeRule |
Adds a range rule to the end of the collection.
|
![]() |
AddStringRule |
Adds a string color rule to the end of the collection.
|
![]() |
AddThresholdRule |
Adds a threshold color rule to the end of the collection.
|
![]() |
AddTopNRule(Int32, Color, FontStyle) |
Adds a top N rule to the end of the collection.
|
![]() |
AddTopNRule(ConditionValue, Color, FontStyle) |
Adds a top N rule to the end of the collection.
|
![]() |
Clear |
Clears this collection, removing all rules.
|
![]() |
Contains |
Determines whether the collection contains a specified rule.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the CalculatedValueRules in this Coloring.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Determines the index of a specific rule in the collection.
|
![]() |
Move |
Moves a rule at the specified index to another location in the collection.
|
![]() |
Remove |
Removes the specified rule from the collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also