Class
SearchLocationName<T>

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

string

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

string

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

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.