C# Class GoogleCloudExtension.CloudExplorerSources.Gcs.BucketLocationViewModel

This class is the view model for the location of a bucket, showing the buckets under this location and the right icon.
Inheritance: GoogleCloudExtension.CloudExplorer.TreeHierarchy
显示文件 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
BucketLocationViewModel ( GcsSourceRootViewModel owner, string name, IEnumerable buckets ) : GoogleCloudExtension.CloudExplorer

Method Details

BucketLocationViewModel() public method

public BucketLocationViewModel ( GcsSourceRootViewModel owner, string name, IEnumerable buckets ) : GoogleCloudExtension.CloudExplorer
owner GcsSourceRootViewModel
name string
buckets IEnumerable
return GoogleCloudExtension.CloudExplorer