JAMS 6.x Help
PSWrapper Class Members
Fields  Properties  Methods 


The following tables list the members exposed by PSWrapper.

Public Constructors
 NameDescription
Public ConstructorPSWrapper ConstructorGets the CultureInfo that represents the culture used by the current thread.  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected Fieldm_PSWorkflowHostCreates an instance of PSWorkflowHost (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivity)
Top
Public Properties
 NameDescription
Public PropertyCommandNameThe name of the Command or Function.  
Public PropertyConsoleFilePathSpecifies the path to the Console file. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivity)
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyInputOptional pipeline input to pass into the PSWrapper.  
Public PropertyModuleNameThe name of the Module that contains the command to be run.  
Public PropertyOptionsSpecifies options for the PowerShell runtime. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivity)
Public PropertyPropertiesCollection of Properties.  
Public PropertyReferenceParametersCollection of parameter names that were a PSReference on the function and need to be outputted back to the Workflow.  
Public PropertyResultsThe results from the PowerShell command. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivity)
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity)
Top
Public Methods
 NameDescription
Public MethodGetAttributesReturns a collection of custom attributes for this instance of a component.  
Public MethodGetClassNameReturns the class name of this instance of a component.  
Public MethodGetComponentNameTypeDescriptor.GetComponentName(this, true)  
Public MethodGetConverterReturns a type converter for this instance of a component.  
Public MethodGetDefaultEventReturns the default event for this instance of a component.  
Public MethodGetDefaultPropertyReturns the default property for this instance of a component.  
Public MethodGetEditorReturns an editor of the specified type for this instance of a component.  
Public MethodGetEventsOverloaded. TypeDescriptor.GetEvents(this, attributes, true)  
Public MethodGetPropertiesOverloaded. Provides an interface that supplies dynamic custom type information for an object.  
Public MethodGetPropertyOwnerReturns an object that contains the property described by the specified property descriptor.  
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbort (Inherited from System.Activities.NativeActivity)
Protected MethodCacheMetadataOverloaded. Overridden. Registers Activity Metadata  
Protected MethodCancel (Inherited from System.Activities.NativeActivity)
Protected MethodExecuteOverridden. Executes the PSWrapper Activity  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity)
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

PSWrapper Class
MVPSI.JAMS.Activities.PowerShell Namespace

Send Feedback