C# Class ConoHaNet.Objects.UserAccess

Inheritance: ExtensibleJsonObject
Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description
UserAccess Objects

Méthodes publiques

Méthode 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

Méthode Description
UserAccess ( ) : Objects

Method Details

UserAccess() public méthode

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.
Résultat Objects