Property | Type | Description |
---|
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
Entry point for the cmdlet
|
Method | Description | |
---|---|---|
ApplyUserInputToModel ( IEnumerable |
Create the model from user input
|
|
GetEntity ( ) : IEnumerable |
Gets entities from the service.
|
|
PersistChanges ( IEnumerable |
Update the recommended action
|
protected ApplyUserInputToModel ( IEnumerable |
||
model | IEnumerable |
Model retrieved from service |
return | IEnumerable |
protected PersistChanges ( IEnumerable |
||
entity | IEnumerable |
The output of apply user input to model |
return | IEnumerable |