Bentley.Discovery.Buddi.Client.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Bentley.Discovery.Buddi.Client</name>
    </assembly>
    <members>
        <member name="F:Bentley.Discovery.Buddi.Client.BUDDIClient.BUDDIDiscoveryUrl">
            <summary> BUDDI Discovery Url. </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.BUDDIClient.GetUrl(System.String)">
            <summary>
                Retrieve a URL from the BUDDI Server
            </summary>
            <param name="urlName">BUDDI Name for the requested URL</param>
            <returns>the url corresponding the the supplied 'urlName' using the default regionCode = 1</returns>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.BUDDIClient.GetUrl(System.String,System.Int32)">
            <summary>
                Retrieve a URL from the BUDDI Server
            </summary>
            <param name="urlName">BUDDI Name for the requested URL</param>
            <param name="regionCode">BUDDI region code</param>
            <returns>the url corresponding the the supplied 'urlName' and 'regionCode'</returns>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.BUDDIClient.GetRegions">
            <summary>
                Returns the list of Regions from the buddi server
            </summary>
            <returns></returns>
        </member>
        <member name="P:Bentley.Discovery.Buddi.Client.BUDDIClient.Proxy">
            <summary>
                Proxy Server Settings, enables you to override the default proxy
                settings for the HTTP request with those configured elsewhere.
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.Cache.#ctor(System.Int32)">
            <summary>
            Create a new timed cache
            </summary>
            <param name="timeOut">cache timeout value (in minutes). -1 means never timeout</param>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.Cache.#ctor(System.TimeSpan)">
            <summary>
            Create a new timed cache
            </summary>
            <param name="timeOutTimeSpan">cache timeout value as TimeSpan. TimeSpan.Zero means never timeout</param>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.Cache.Add(System.String,System.Object)">
            <summary>
            Add a new cache item, replacing the existing value if present.
            </summary>
            <param name="key">Cache key</param>
            <param name="value">Value</param>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.Cache.Remove(System.String)">
            <summary>
            Remove cache key if it exists
            </summary>
            <param name="key">Key</param>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.Cache.Count">
            <summary>
            Get the count of cache items
            </summary>
            <returns>Count</returns>
        </member>
        <member name="T:Bentley.Discovery.Buddi.Client.IBuddiRegionCodeGetter">
            <summary>
            Interface that defines how to get the BUDDI region code
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.IBuddiRegionCodeGetter.GetBuddiRegionCode">
            <summary>
            Gets the BUDDI region code
            </summary>
            <returns>An integer value in the set {1, 102, 103} which corresponds to PROD, QA, and DEV</returns>
        </member>
        <member name="T:Bentley.Discovery.Buddi.Client.UrlCache">
            <summary>
            Provides functionality for cacheing BUDDI Urls
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.UrlCache.GetURLFromBUDDI(System.String)">
            <summary>
            Get the specified BUDDI key from the cache or server.
            </summary>
            <param name="urlName">URL Key</param>
            <returns></returns>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.UrlCache.GetURLFromBUDDI(System.String,System.Int32)">
            <summary>
            Get the specified BUDDI key from the cache or server.
            </summary>
            <param name="urlName">URL Key</param>
            <param name="regionCode">BUDDI region</param>
            <returns></returns>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.UrlCache.GetBUDDIRegionCode">
            <summary>
            Get the configured BUDDI region code
            </summary>
            <returns></returns>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.UrlCache.SetBuddiRegionGetter(Bentley.Discovery.Buddi.Client.IBuddiRegionCodeGetter)">
            <summary>
            Sets the BUDDI region getter; this defines how/where the BUDDI region is retrieved. If this is not set, the default getter
            first attempts to read from the app.config file for an appSettings entry named BUDDI_REGION_CODE and if that's not found, it
            then defaults to 1 (PROD)
            </summary>
            <param name="buddiRegionGetter"></param>
        </member>
        <member name="P:Bentley.Discovery.Buddi.Client.UrlCache.Proxy">
            <summary>
                Proxy Server Settings, enables you to override the default proxy
                settings for the HTTP request with those configured elsewhere.
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetAppUpdateServiceUrl">
            <summary>
            Looks up the URL with key: AppUpdateServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetAppUpdateServiceUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: AppUpdateServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSTSAuthURL">
            <summary>
            Looks up the URL with key: ActiveSTSAuthServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSTSAuthURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ActiveSTSAuthServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSTSDelegationURL">
            <summary>
            Looks up the URL with key: ActiveSTSDelegationServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSTSDelegationURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ActiveSTSDelegationServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSTSHelperURL">
            <summary>
            Looks up the URL with key: ActiveSTSHelperServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSTSHelperURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ActiveSTSHelperServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetPassiveAuthURL">
            <summary>
            Looks up the URL with key: PassiveAuthUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetPassiveAuthURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: PassiveAuthUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectGatewayServiceURL">
            <summary>
            Looks up the URL with key: ConnectGatewayUrl.20
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectGatewayServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectGatewayUrl.20
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectGatewayServiceRP">
            <summary>
            Looks up the URL with key: ConnectGatewayRPUrl.20
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectGatewayServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectGatewayRPUrl.20
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetHelpUrl">
            <summary>
            Looks up the URL with key: ConnectClientHelpUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetHelpUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectClientHelpUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetHelpRP">
            <summary>
            Looks up the URL with key: ConnectClientHelp.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetHelpRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectClientHelp.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectPortalUrl">
            <summary>
            Looks up the URL with key: ConnectPortalUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectPortalUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectPortalUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectPortalRP">
            <summary>
            Looks up the URL with key: ConnectPortal.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectPortalRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectPortal.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectAgreementServiceURL">
            <summary>
            Looks up the URL with key: AgreementServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectAgreementServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: AgreementServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetWhyBeConnectedUrl">
            <summary>
            Looks up the URL with key: WhyBeConnectedUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetWhyBeConnectedUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: WhyBeConnectedUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetTermsOfServiceUrl">
            <summary>
            Looks up the URL with key: ConnectTermsOfServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetTermsOfServiceUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectTermsOfServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetTermsOfServiceRP">
            <summary>
            Looks up the URL with key: ConnectTermsOfService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetTermsOfServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectTermsOfService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetBentleyADFSWindowsEndpoint">
            <summary>
            Looks up the URL with key: ADFSWindowsEndpoint
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetBentleyADFSWindowsEndpoint(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ADFSWindowsEndpoint
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetAppUpdateServiceV1Url">
            <summary>
            Looks up the URL with key: AppUpdateServiceV1Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetAppUpdateServiceV1Url(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: AppUpdateServiceV1Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSFederationMetadataUrl">
            <summary>
            Looks up the URL with key: IMS.FederationMetadata.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSFederationMetadataUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMS.FederationMetadata.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSFederatedAuthenticationUrl">
            <summary>
            Looks up the URL with key: IMS.FederatedAuth.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSFederatedAuthenticationUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMS.FederatedAuth.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetNotificationServiceUrl">
            <summary>
            Looks up the URL with key: NotificationServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetNotificationServiceUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: NotificationServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSSearchServiceUrl">
            <summary>
            Looks up the URL with key: IMS.SearchService.URL
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSSearchServiceUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMS.SearchService.URL
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSNotificationServiceUrl">
            <summary>
            Looks up the URL with key: IMS.NotificationService.URL
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSNotificationServiceUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMS.NotificationService.URL
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSProfileUrl">
            <summary>
            Looks up the URL with key: IMSProfile
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSProfileUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMSProfile
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSProfileRP">
            <summary>
            Looks up the URL with key: IMSProfile.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSProfileRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMSProfile.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetMySharedFilesUrl">
            <summary>
            Looks up the URL with key: ConnectMySharedFilesUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetMySharedFilesUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectMySharedFilesUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetMySharedFilesRP">
            <summary>
            Looks up the URL with key: ConnectMySharedFiles.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetMySharedFilesRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectMySharedFiles.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetCommunityRegistryServiceURL">
            <summary>
            Looks up the URL with key: CommunityRegistryService
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetCommunityRegistryServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: CommunityRegistryService
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSyncDataServiceURL">
            <summary>
            Looks up the URL with key: SyncDataService
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetSyncDataServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: SyncDataService
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetProjectSharingServiceURL">
            <summary>
            Looks up the URL with key: PssGatewayServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetProjectSharingServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: PssGatewayServiceUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSUserRegistrationURL">
            <summary>
            Looks up the URL with key: IMSRegisterUser
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetIMSUserRegistrationURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: IMSRegisterUser
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectRegistrationUrl">
            <summary>
            Looks up the URL with key: STSRegistrationUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectRegistrationUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: STSRegistrationUrl
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetFulfillmentCenterURL">
            <summary>
            Looks up the URL with key: FulfillmentCenter
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetFulfillmentCenterURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: FulfillmentCenter
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetFulfillmentCenterRP">
            <summary>
            Looks up the URL with key: FulfillmentCenter.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetFulfillmentCenterRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: FulfillmentCenter.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectEulaUrl">
            <summary>
            Looks up the URL with key: ConnectEula.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetConnectEulaUrl(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ConnectEula.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementServiceURL">
            <summary>
            Looks up the URL with key: EntitlementService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementServiceRP">
            <summary>
            Looks up the URL with key: EntitlementService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetRecommendationServiceRP">
            <summary>
            Looks up the URL with key: RecommendationService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetRecommendationServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: RecommendationService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingSignInRequiredURL">
            <summary>
            Looks up the URL with key: Licensing.SignInRequired.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingSignInRequiredURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Licensing.SignInRequired.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingAccessDeniedURL">
            <summary>
            Looks up the URL with key: Licensing.AccessDenied.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingAccessDeniedURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Licensing.AccessDenied.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingDownloadCCURL">
            <summary>
            Looks up the URL with key: Licensing.DownloadCC.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingDownloadCCURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Licensing.DownloadCC.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingOverageAlertURL">
            <summary>
            Looks up the URL with key: Licensing.OverageAlert.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingOverageAlertURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Licensing.OverageAlert.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementSearchServiceURL">
            <summary>
            Looks up the URL with key: EntitlementSearchService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementSearchServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementSearchService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingTermLicenseAlertingURL">
            <summary>
            Looks up the URL with key: Licensing.TermLicenseAlerting.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingTermLicenseAlertingURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Licensing.TermLicenseAlerting.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetProjectShareURL">
            <summary>
            Looks up the URL with key: ProjectShare.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetProjectShareURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ProjectShare.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetProjectShareRP">
            <summary>
            Looks up the URL with key: ProjectShare.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetProjectShareRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: ProjectShare.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingPreActivationURL">
            <summary>
            Looks up the URL with key: Licensing.PreActivation.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetLicensingPreActivationURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Licensing.PreActivation.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetPolicyTokenIssuer">
            <summary>
            Looks up the URL with key: PolicyTokenIssuer
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetPolicyTokenIssuer(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: PolicyTokenIssuer
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAccessKeyURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.AccessKey.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAccessKeyURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.AccessKey.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAccessKeyRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.AccessKey.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAccessKeyRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.AccessKey.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAlertingURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Alerting.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAlertingURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Alerting.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAlertingRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Alerting.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesAlertingRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Alerting.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCheckoutV2URL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Checkout.V2.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCheckoutV2URL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Checkout.V2.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCheckoutURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Checkout.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCheckoutURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Checkout.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCheckoutRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Checkout.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCheckoutRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Checkout.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesClientSettingsURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.ClientSettings.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesClientSettingsURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.ClientSettings.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesClientSettingsRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.ClientSettings.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesClientSettingsRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.ClientSettings.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCollectionsURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Collections.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCollectionsURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Collections.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCollectionsRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Collections.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesCollectionsRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Collections.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesIndexManagementURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.IndexManagement.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesIndexManagementURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.IndexManagement.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesIndexManagementRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.IndexManagement.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesIndexManagementRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.IndexManagement.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLocationURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Location.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLocationURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Location.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLocationRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Location.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLocationRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Location.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesRealtimeLoggingURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.RealtimeLogging.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesRealtimeLoggingURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.RealtimeLogging.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesRealtimeLoggingRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.RealtimeLogging.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesRealtimeLoggingRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.RealtimeLogging.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDeveloperURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Developer.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDeveloperURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Developer.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDeveloperRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Developer.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDeveloperRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Developer.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesInfoURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Info.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesInfoURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Info.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesInfoRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Info.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesInfoRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Info.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesMaintenanceURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Maintenance.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesMaintenanceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Maintenance.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesMaintenanceRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Maintenance.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesMaintenanceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Maintenance.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesNotificationURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Notification.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesNotificationURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Notification.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesNotificationRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Notification.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesNotificationRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Notification.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesUIURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.UI.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesUIURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.UI.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesUIRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.UI.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesUIRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.UI.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesReportingURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Reporting.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesReportingURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Reporting.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesReportingRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.Reporting.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesReportingRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.Reporting.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLogProcessorSettingsURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.LogProcessorSettings.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLogProcessorSettingsURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.LogProcessorSettings.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLogProcessorSettingsRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.LogProcessorSettings.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesLogProcessorSettingsRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.LogProcessorSettings.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDataExportURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.DataExport.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDataExportURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.DataExport.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDataExportRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.DataExport.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesDataExportRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.DataExport.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementPolicyServiceURL">
            <summary>
            Looks up the URL with key: EntitlementPolicyService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementPolicyServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementPolicyService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementPolicyServiceRP">
            <summary>
            Looks up the URL with key: EntitlementPolicyService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementPolicyServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementPolicyService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementSearchServiceRP">
            <summary>
            Looks up the URL with key: EntitlementSearchService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementSearchServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementSearchService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementASFSearchServiceRP">
            <summary>
            Looks up the URL with key: EntitlementASFSearchService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementASFSearchServiceRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementASFSearchService.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementASFSearchServiceURL">
            <summary>
            Looks up the URL with key: EntitlementASFSearchService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementASFSearchServiceURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: EntitlementASFSearchService.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementQualifierAdminURL">
            <summary>
            Looks up the URL with key: Entitlement.QualifierAdmin.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementQualifierAdminURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Entitlement.QualifierAdmin.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementAdminURL">
            <summary>
            Looks up the URL with key: Entitlement.Admin.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetEntitlementAdminURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Entitlement.Admin.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesFeatureLogProcessingURL">
            <summary>
            Looks up the URL with key: UsageLoggingServices.FeatureLog.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesFeatureLogProcessingURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.FeatureLog.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesFeatureLogProcessingRP">
            <summary>
            Looks up the URL with key: UsageLoggingServices.FeatureLog.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUsageLoggingServicesFeatureLogProcessingRP(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UsageLoggingServices.FeatureLog.RP
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUserAdvocateChannelURL">
            <summary>
            Looks up the URL with key: UserAdvocateChannel.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUserAdvocateChannelURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: UserAdvocateChannel.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.CommunitiesNoEntitlementURL">
            <summary>
            Looks up the URL with key: Communities.NoEntitlement.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.CommunitiesNoEntitlementURL(System.Int32)">
            <summary>
            Looks up the URL for the provided BuddiRegionCode with key: Communities.NoEntitlement.Url
            </summary>
        </member>
        <member name="M:Bentley.Discovery.Buddi.Client.URLManager.GetUrl(System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Get a url from BUDDI. First checks the Application Configuration file for an override.
            Next, it checks the UrlCache object. If not there then we finally go out to the BUDDI service
            to retrieve the value.
            </summary>
            <param name="urlKey"></param>
            <param name="defaultUrlValue">default value if not found. null if not supplied.</param>
            <param name="buddiRegion">Buddi region if the value is not set in Application Configuration file or should be overridden. null if not supplied in which case the configured Buddi region provider will be called.</param>
            <returns></returns>
        </member>
    </members>
</doc>