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
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.
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
Type | Name |
---|---|
Workspace.XBR.Xperiflow.MetaFileSystem.MetaFileSystemLocation | metaFileSystemLocation |
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