C# 클래스 VaultFolderCreate.ServiceManager

A singleton class for managing web service objects and connection information.
파일 보기 프로젝트 열기: nick-hall-majenta/Autodesk-Vault-Utilities 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ServiceManager ( ) : System
SetSvcUrl ( System svc ) : string

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

메소드 상세

GetDocumentService() 공개 정적인 메소드

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

GetSecurityService() 공개 정적인 메소드

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

GetServiceManager() 공개 정적인 메소드

Gets the ServiceManager instance
public static GetServiceManager ( ) : ServiceManager
리턴 ServiceManager