RankingModelCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ranking models for a Search service application.
The RankingModelCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ranking models in the collection. | |
Item | Gets the RankingModel with the specified GUID. |
Top
Methods
Name | Description | |
---|---|---|
CreateFromXML | Creates a new ranking model with the specified XML. | |
EnsureDefault | Ensures that the only specified RankingModel is set as the default model. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator that iterates through the RankingModelCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top