C# Class ConoHaNet.Objects.UserAccess

Inheritance: ExtensibleJsonObject
Exibir arquivo Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description
UserAccess Objects

Public Methods

Method Description
UserAccess ( IdentityToken token, UserDetails user, ServiceCatalog serviceCatalog ) : Objects

Initializes a new instance of the UserAccess class with the specified token, user, and service catalog.

Private Methods

Method Description
UserAccess ( ) : Objects

Method Details

UserAccess() public method

Initializes a new instance of the UserAccess class with the specified token, user, and service catalog.
public UserAccess ( IdentityToken token, UserDetails user, ServiceCatalog serviceCatalog ) : Objects
token IdentityToken The .
user UserDetails The .
serviceCatalog ServiceCatalog List of s.
return Objects