TextValueItemT Class

A generic text/value class.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public class TextValueItem<T> : IComparable, 
	IComparable<TextValueItem<T>>, IEquatable<TextValueItem<T>>
Inheritance
Object    TextValueItemT
Derived
Implements
IComparable, IComparableTextValueItemT, IEquatableTextValueItemT

Type Parameters

T
Any object type.

Constructors

TextValueItemT(T)Initializes a new instance of the TextValueItemT class.
TextValueItemT(String, T)Initializes a new instance of the TextValueItemT class.

Properties

TextGets or sets the text.
ValueGets or sets the value.

Methods

CompareToCompares the current object with another object of the same type.
Equals(Object)Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object))
Equals(TextValueItemT)Indicates whether the current object is equal to another object of the same type.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeReturns a hash code for this instance.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a String that represents this instance.
(Overrides ObjectToString)

See Also