Click or drag to resize
ObjectContainer Class
Object container for the Hashtable records.
Inheritance Hierarchy
SystemObject
  CMS.BaseObjectContainer

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

The ObjectContainer type exposes the following members.

Constructors
  NameDescription
Public methodObjectContainer
Object container.
Top
Fields
  NameDescription
Protected fieldmKey
Object key.
Protected fieldmLastModified
Time when the object was modified the last time.
Protected fieldmValue
Stored object.
Top
Properties
  NameDescription
Public propertyLastModified
Gets the time when the object was last modified.
Public propertyValue
Gets / sets the object value
Top
See Also