Class TreeNodeKey
Inheritance
System.Object
TreeNodeKey
Namespace: Telerik.OpenAccess.Util
Assembly: Telerik.OpenAccess.dll
Syntax
public class TreeNodeKey : IEquatable<TreeNodeKey>
Constructors
TreeNodeKey(Type, String)
Declaration
public TreeNodeKey(Type nodeType, string nodeName)
Parameters
System.
|
System.
|
Properties
Name
Declaration
public string Name { get; }
Property Value
System.
|
Type
Declaration
public Type Type { get; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.Object.Equals(System.Object)
Equals(TreeNodeKey)
Declaration
public bool Equals(TreeNodeKey other)
Parameters
Tree
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()