Click or drag to resize
ItemDescriptionT Class
Carries an item and its description.
Inheritance Hierarchy
SystemObject
  VirtualRadar.WinForms.PortableBindingItemDescriptionT

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ItemDescription<T>

Type Parameters

T

The ItemDescriptionT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescription
Gets the item's description.
Public propertyItem
Gets the item that is being described.
Top
Methods
  NameDescription
Public methodAreItemDescriptionEqual
Returns true if both the item and the description are Object.Equal to the values held by this object.
Public methodEquals
See base class docs. Objects are equal to this if they are of the correct class and both Item and Description are Equal to this object's Item and Description.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
See base class docs.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base class docs.
(Overrides ObjectToString.)
Top
See Also