Метод | Описание | |
---|---|---|
Add ( LifecycleStepType type, object stepImplementation ) : void |
Adds a step to the commission or decomission phases.
|
|
CopyTo ( |
Copies the elements of the T:System.Collections.ICollection to an T:System.Array, starting at a particular T:System.Array index.
|
|
GetCommissionSteps ( ) : object[] |
Returns all steps for the commission phase
|
|
GetDecommissionSteps ( ) : object[] |
Returns all steps for the decommission phase
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that can iterate through a collection.
|
|
LifecycleStepCollection ( ) : System |
Initializes a new instance of the LifecycleStepCollection class.
|
public Add ( LifecycleStepType type, object stepImplementation ) : void | ||
type | LifecycleStepType | |
stepImplementation | object | |
Результат | void |
public CopyTo ( |
||
array | The one-dimensional |
|
index | int | The zero-based index in |
Результат | void |
public GetDecommissionSteps ( ) : object[] | ||
Результат | object[] |
public LifecycleStepCollection ( ) : System | ||
Результат | System |