C# Class Microsoft.R.Components.PackageManager.Implementation.ViewModel.RPackageSourceViewModel

Exibir arquivo Open project: Microsoft/RTVS

Public Methods

Method Description
Clone ( ) : RPackageSourceViewModel
CopyToClipboard ( ) : void
RPackageSourceViewModel ( string source ) : System
RPackageSourceViewModel ( string source, string name ) : System
RPackageSourceViewModel ( string source, string name, bool isEnabled ) : System

Method Details

Clone() public method

public Clone ( ) : RPackageSourceViewModel
return RPackageSourceViewModel

CopyToClipboard() public method

public CopyToClipboard ( ) : void
return void

RPackageSourceViewModel() public method

public RPackageSourceViewModel ( string source ) : System
source string
return System

RPackageSourceViewModel() public method

public RPackageSourceViewModel ( string source, string name ) : System
source string
name string
return System

RPackageSourceViewModel() public method

public RPackageSourceViewModel ( string source, string name, bool isEnabled ) : System
source string
name string
isEnabled bool
return System