C# Class Microsoft.VisualStudio.R.Package.DataInspect.Commands.ImportDataSetTextFileCommand

Inheritance: SessionCommand
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
ImportDataSetTextFileCommand ( IApplicationShell appShell, IRSession session ) : System

Protected Methods

Method Description
Handle ( ) : void
SetStatus ( ) : void

Method Details

Handle() protected method

protected Handle ( ) : void
return void

ImportDataSetTextFileCommand() public method

public ImportDataSetTextFileCommand ( IApplicationShell appShell, IRSession session ) : System
appShell IApplicationShell
session IRSession
return System

SetStatus() protected method

protected SetStatus ( ) : void
return void