C# 클래스 ConoHaNet.Objects.UserAccess

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

Private Properties

프로퍼티 타입 설명
UserAccess Objects

공개 메소드들

메소드 설명
UserAccess ( IdentityToken token, UserDetails user, ServiceCatalog serviceCatalog ) : Objects

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

비공개 메소드들

메소드 설명
UserAccess ( ) : Objects

메소드 상세

UserAccess() 공개 메소드

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.
리턴 Objects