C# Class Box.V2.Test.Integration.BoxResourceManagerTestIntegration

Afficher le fichier Open project: box/box-windows-sdk-v2

Méthodes publiques

Свойство Type Description
RedirectUri System.Uri

Protected Properties

Свойство Type Description
_auth Box.V2.Auth.OAuthSession
_client BoxClient
_config IBoxConfig
_handler IRequestHandler
_parser IBoxConverter

Méthodes publiques

Méthode Description
BoxResourceManagerTestIntegration ( ) : System

Méthodes protégées

Méthode Description
GetUniqueName ( ) : string

Method Details

BoxResourceManagerTestIntegration() public méthode

public BoxResourceManagerTestIntegration ( ) : System
Résultat System

GetUniqueName() protected méthode

protected GetUniqueName ( ) : string
Résultat string

Property Details

RedirectUri public_oe property

public Uri,System RedirectUri
Résultat System.Uri

_auth protected_oe property

protected OAuthSession,Box.V2.Auth _auth
Résultat Box.V2.Auth.OAuthSession

_client protected_oe property

protected BoxClient _client
Résultat BoxClient

_config protected_oe property

protected IBoxConfig _config
Résultat IBoxConfig

_handler protected_oe property

protected IRequestHandler _handler
Résultat IRequestHandler

_parser protected_oe property

protected IBoxConverter _parser
Résultat IBoxConverter