Class LuceneSearchProvider.CoreKey
Inheritance
System.Object
LuceneSearchProvider.CoreKey
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 14.26.0
protected class CoreKey : Object, IEquatable<LuceneSearchProvider.CoreKey>
Constructors
Declaration
public CoreKey(string applicationName, string scope)
Parameters
Type |
Name |
Description |
System.String |
applicationName |
|
System.String |
scope |
|
Properties
Declaration
public string ApplicationName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Scope { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public bool Equals(LuceneSearchProvider.CoreKey other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public bool MatchesApplication(string applicationName)
Parameters
Type |
Name |
Description |
System.String |
applicationName |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>