Class SearchLocationName<T>
Represents a tuple between a search location and the string representation of its name.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SearchLocationName<T> : NotifyPropertyChangedBase, INotifyPropertyChanged
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. 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. 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.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |