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

Inheritance: SessionCommand
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
ImportDataSetUrlCommand ( IRSession session ) : Microsoft.R.Host.Client

Protected Methods

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

Method Details

Handle() protected method

protected Handle ( ) : void
return void

ImportDataSetUrlCommand() public method

public ImportDataSetUrlCommand ( IRSession session ) : Microsoft.R.Host.Client
session IRSession
return Microsoft.R.Host.Client

SetStatus() protected method

protected SetStatus ( ) : void
return void