Click or drag to resize

IColumnValue 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 : IDisposable, 
	IEquatable<IProxy>

The IColumnValue type exposes the following members.

Properties
  NameDescription
Public propertyDisplayValue
Display Value
Public propertyImage
Image
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