For Babelfish Release 1.11.1.3

RankingRuleMapping Class

Key is the ScoreConfigName, Value is a strintg, in the form of a SetName that is the Ranking Rule Definition to use with that Score Config

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class RankingRuleMapping : Dictionary<string, string>, 
	IGetRankingRuleDefinitionList
Inheritance
Object    DictionaryString, String    RankingRuleMapping
Implements
IGetRankingRuleDefinitionList

Constructors

Properties

ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, String)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryString, String)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)

Methods

AddAdds the specified key and value to the dictionary.
(Inherited from DictionaryString, String)
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, String)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, String)
EnsureCapacityEnsures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage.
(Inherited from DictionaryString, String)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, String)
GetRankingRuleDefinitionListAsync Retreives the RankingRule Definition referenced by the instantiating class. Key is the set name, value is the definition.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, String)
Remove(TKey)Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Remove(TKey, TValue)Removes the value with the specified key from the DictionaryTKey, TValue, and copies the element to the value parameter.
(Inherited from DictionaryString, String)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TrimExcessSets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries.
(Inherited from DictionaryString, String)
TrimExcess(Int32)Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage.
(Inherited from DictionaryString, String)
TryAddAttempts to add the specified key and value to the dictionary.
(Inherited from DictionaryString, String)
TryGetValueGets the value associated with the specified key.
(Inherited from DictionaryString, String)

Fields

DEFAULT_RANKING_RULE_DEF 
DEFAULTDEF This is the default ScoreConfig name. When no other ScoreConfig names match, this value may point to the default RankingRuleDefinition to use instead.

See Also