C# Class VaultFolderCreate.ServiceManager

A singleton class for managing web service objects and connection information.
Afficher le fichier Open project: nick-hall-majenta/Autodesk-Vault-Utilities Class Usage Examples

Méthodes publiques

Méthode Description
GetDocumentService ( ) : DocumentService

Gets the Document service object, or creates one if needed.

GetSecurityService ( LoginInfo loginInfo ) : SecurityService

Gets the security service object, or creates one if needed.

GetServiceManager ( ) : ServiceManager

Gets the ServiceManager instance

Private Methods

Méthode Description
ServiceManager ( ) : System
SetSvcUrl ( System svc ) : string

Set the URL of the web service. This is how you point the service to a specific server.

Method Details

GetDocumentService() public static méthode

Gets the Document service object, or creates one if needed.
public static GetDocumentService ( ) : DocumentService
Résultat VaultFolderCreate.DocumentSvc.DocumentService

GetSecurityService() public static méthode

Gets the security service object, or creates one if needed.
public static GetSecurityService ( LoginInfo loginInfo ) : SecurityService
loginInfo LoginInfo
Résultat VaultFolderCreate.SecuritySvc.SecurityService

GetServiceManager() public static méthode

Gets the ServiceManager instance
public static GetServiceManager ( ) : ServiceManager
Résultat ServiceManager