Class ToolboxItemUsedKey
Keeps the meaningful fields that distinguish one Telerik.CallHome.OpenAPI.Model.ToolboxItemUsed event from another. XML Serializable. Suitable for an System.Collections.IDictionary key.
Inheritance
Namespace: Telerik.CallHome.Debouncers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ToolboxItemUsedKey : Object, IEquatable<ToolboxItemUsedKey>
Constructors
ToolboxItemUsedKey()
Properties
ComponentType
Gets or sets the component type.
Declaration
public string ComponentType { get; set; }
Property Value
System.String
|
ProductCode
Gets or sets the product code.
Declaration
public Nullable<int> ProductCode { get; set; }
Property Value
System.Nullable<System.Int32>
|
Methods
Equals(Object)
Indicates whether the current object is equal to another object of the same type.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(ToolboxItemUsedKey)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ToolboxItemUsedKey other)
Parameters
ToolboxItemUsedKey
other
|
Returns
System.Boolean
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
|