C# Class Rackspace.VisualStudio.CloudExplorer.EndpointNode.EndpointProperties

Inheritance: Microsoft.VisualStudio.Shell.LocalizableProperties, ICustomTypeDescriptor
Exibir arquivo Open project: rackerlabs/rax-vsix

Private Properties

Property Type Description
ICustomTypeDescriptor string

Public Methods

Method Description
EndpointProperties ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System
GetClassName ( ) : string

Private Methods

Method Description
ICustomTypeDescriptor ( ) : string

Method Details

EndpointProperties() public method

public EndpointProperties ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System
identity net.openstack.Core.Domain.CloudIdentity
serviceCatalog net.openstack.Core.Domain.ServiceCatalog
endpoint net.openstack.Core.Domain.Endpoint
return System

GetClassName() public method

public GetClassName ( ) : string
return string