A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.