Class LifecycleChange<T>
Class LifecycleChange.
Inherited Members
Namespace: Unity.Industrial.Forma.Core
Syntax
public class LifecycleChange<T> : LifecycleChange
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
LifecycleChange()
Initializes a new instance of the LifecycleChange<T> class.
Declaration
public LifecycleChange()
LifecycleChange(T, LifecycleChange.Type)
Initializes a new instance of the LifecycleChange<T> class.
Declaration
public LifecycleChange(T obj, LifecycleChange.Type change)
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | The object. |
| LifecycleChange.Type | change | The change. |
Fields
obj
The object
Declaration
public T obj
Field Value
| Type | Description |
|---|---|
| T |