C# Class TestJobManager.VMAction

Show file Open project: ryanski44/VM-Automation-Framework

Public Properties

Property Type Description
Action VMActionType
Params string[]
Time System.DateTime

Public Methods

Method Description
VMAction ( VMActionType action ) : System

Method Details

VMAction() public method

public VMAction ( VMActionType action ) : System
action VMActionType
return System

Property Details

Action public property

public VMActionType Action
return VMActionType

Params public property

public string[] Params
return string[]

Time public property

public DateTime,System Time
return System.DateTime