Skip to main content

Class ConnectionReferenceFactory

The connection reference factory implementation. This implementation is used to retrieve a valid MetaFileSystem connection key based on the MetaFileSystemLocation.

Namespace: Workspace.XBR.Xperiflow.MetaFileSystem

Assembly: Xperiflow.dll

Declaration
public class ConnectionReferenceFactory : IConnectionReferenceFactory

Implements: Workspace.XBR.Xperiflow.MetaFileSystem.IConnectionReferenceFactory

Methods

GetConnectionKey(MetaFileSystemLocation)

Gets the connection key based on the provided MetaFileSystemLocation. Note that this functionality is limited to only retrieve the common connection key for the MetaFileSystemLocation.

Declaration
public string GetConnectionKey(MetaFileSystemLocation metaFileSystemLocation)
Returns

System.String

The associated connection key that can be used to instantiate a Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClient.

Parameters
TypeName
Workspace.XBR.Xperiflow.MetaFileSystem.MetaFileSystemLocationmetaFileSystemLocation
Exceptions

System.ArgumentException if the Workspace.XBR.Xperiflow.MetaFileSystem.MetaFileSystemLocation is not recognized or supported.

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?