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.0Syntax
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. |