Class SearchLocationName<T>
Represents a tuple between a search location and the string representation of its name.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SearchLocationName<T> : NotifyPropertyChangedBase
Type Parameters
T
The type of the T. |
Constructors
SearchLocationName(T, String)
Initializes a new instance of the SearchLocationName<T> class.
Declaration
public SearchLocationName(T searchLocation, string name)
Parameters
T
searchLocation
The search location. |
System.String
name
The name of the instance. |
Properties
Name
Gets or sets the name representing the search location.
Declaration
public string Name { get; set; }
Property Value
System.String
The name representing the search location. |
SearchLocation
Gets or sets the search location.
Declaration
public T SearchLocation { get; set; }
Property Value
T
The search location. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |