Click or drag to resize

IColumnValueT Interface

Class representing the meta data value associated with a schema column

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IColumnValue<out T> : IColumnValue, 
	IDisposable, IEquatable<IProxy>

Type Parameters

T
column value's type

The IColumnValueT type exposes the following members.

Properties
  NameDescription
Public propertyDisplayValue
Display Value
(Inherited from IColumnValue.)
Public propertyImage
Image
(Inherited from IColumnValue.)
Public propertyValue
Value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also