Class DisplayValuePair<TDisplay, TValue>
This class represents a base for displaying a name value pair combination.
Inheritance
System.Object
DisplayValuePair<TDisplay, TValue>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public abstract class DisplayValuePair<TDisplay, TValue>
Type Parameters
Name | Description |
---|---|
TDisplay | Contains the display data type. |
TValue | Contains the value data type. |
Properties
| Improve this Doc View SourceDisplay
Gets or sets the pair display value.
Declaration
public TDisplay Display { get; set; }
Property Value
Type | Description |
---|---|
TDisplay |
Value
Gets or sets the pair value.
Declaration
public TValue Value { get; set; }
Property Value
Type | Description |
---|---|
TValue |