Click or drag to resize
ISimpleDataContainer Interface
Simple data container interface (does not provide any information about the columns).

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public interface ISimpleDataContainer

The ISimpleDataContainer type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the value of the column.
Top
Methods
  NameDescription
Public methodGetValue
Returns value of column.
Public methodSetValue
Sets value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also