Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ChangedObjectStack

Represents changed object stack. (Not implemented yet)

Inheritance
System.Object
ChangedObjectStack
Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class ChangedObjectStack : Object

Constructors

ChangedObjectStack()

Initializes a new instance of the ChangedObjectStack class.

Declaration
public ChangedObjectStack()

Methods

Add(Object)

Adds the specified obj.

Declaration
public void Add(object obj)
Parameters
Type Name Description
System.Object obj

The obj.