Class ComponentUsedKey
Keeps the meaningful fields that distinguish one Telerik.CallHome.OpenAPI.Model.ComponentUsed 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 ComponentUsedKey : Object, IEquatable<ComponentUsedKey>
Constructors
ComponentUsedKey()
Properties
ComponentSuite
Gets or sets the component suite.
Declaration
public Nullable<int> ComponentSuite { get; set; }
Property Value
System.Nullable<System.Int32>
|
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(ComponentUsedKey)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ComponentUsedKey other)
Parameters
ComponentUsedKey
other
|
Returns
System.Boolean
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
|