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

Show file Open project: box/box-windows-sdk-v2

Public Properties

Property Type Description
RedirectUri System.Uri

Protected Properties

Property Type Description
_auth Box.V2.Auth.OAuthSession
_client BoxClient
_config IBoxConfig
_handler IRequestHandler
_parser IBoxConverter

Public Methods

Method Description
BoxResourceManagerTestIntegration ( ) : System

Protected Methods

Method Description
GetUniqueName ( ) : string

Method Details

BoxResourceManagerTestIntegration() public method

public BoxResourceManagerTestIntegration ( ) : System
return System

GetUniqueName() protected method

protected GetUniqueName ( ) : string
return string

Property Details

RedirectUri public property

public Uri,System RedirectUri
return System.Uri

_auth protected property

protected OAuthSession,Box.V2.Auth _auth
return Box.V2.Auth.OAuthSession

_client protected property

protected BoxClient _client
return BoxClient

_config protected property

protected IBoxConfig _config
return IBoxConfig

_handler protected property

protected IRequestHandler _handler
return IRequestHandler

_parser protected property

protected IBoxConverter _parser
return IBoxConverter