C# 클래스 Box.V2.Test.Integration.BoxResourceManagerTestIntegration

파일 보기 프로젝트 열기: box/box-windows-sdk-v2

공개 프로퍼티들

프로퍼티 타입 설명
RedirectUri System.Uri

보호된 프로퍼티들

프로퍼티 타입 설명
_auth Box.V2.Auth.OAuthSession
_client BoxClient
_config IBoxConfig
_handler IRequestHandler
_parser IBoxConverter

공개 메소드들

메소드 설명
BoxResourceManagerTestIntegration ( ) : System

보호된 메소드들

메소드 설명
GetUniqueName ( ) : string

메소드 상세

BoxResourceManagerTestIntegration() 공개 메소드

public BoxResourceManagerTestIntegration ( ) : System
리턴 System

GetUniqueName() 보호된 메소드

protected GetUniqueName ( ) : string
리턴 string

프로퍼티 상세

RedirectUri 공개적으로 프로퍼티

public Uri,System RedirectUri
리턴 System.Uri

_auth 보호되어 있는 프로퍼티

protected OAuthSession,Box.V2.Auth _auth
리턴 Box.V2.Auth.OAuthSession

_client 보호되어 있는 프로퍼티

protected BoxClient _client
리턴 BoxClient

_config 보호되어 있는 프로퍼티

protected IBoxConfig _config
리턴 IBoxConfig

_handler 보호되어 있는 프로퍼티

protected IRequestHandler _handler
리턴 IRequestHandler

_parser 보호되어 있는 프로퍼티

protected IBoxConverter _parser
리턴 IBoxConverter