ClassSearchLocationName<T>
Class
Represents a tuple between a search location and the string representation of its name.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
cs-api-definition
public class SearchLocationName<T> : NotifyPropertyChangedBase
Inheritance: objectSearchLocationName<T>
Constructors
SearchLocationName(T, string)
Initializes a new instance of the SearchLocationName<T> class.
Declaration
cs-api-definition
public SearchLocationName(T searchLocation, string name)
Parameters
searchLocation
T
The search location.
name
The name of the instance.
Properties
Name
Gets or sets the name representing the search location.
Declaration
cs-api-definition
public string Name { get; set; }
Property Value
The name representing the search location.
SearchLocation
Gets or sets the search location.
Declaration
cs-api-definition
public T SearchLocation { get; set; }
Property Value
T
The search location.
Methods
GetHashCode()
Serves as a hash function for a particular type.