Show / Hide Table of Contents

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 Source

Display

Gets or sets the pair display value.

Declaration
public TDisplay Display { get; set; }
Property Value
Type Description
TDisplay
| Improve this Doc View Source

Value

Gets or sets the pair value.

Declaration
public TValue Value { get; set; }
Property Value
Type Description
TValue
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont