Interface IAdapterDescriptor
The Adapter configuration.
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IAdapterDescriptor
Remarks
Represents basic information about the adapter.
Properties
AdapterType
Gets the type of the adapter.
Declaration
string AdapterType { get; }
Property Value
Type | Description |
---|---|
System.String | The type of the adapter. |
Remarks
The adapter type is the type used when creating a custom adapter in Fusion.
It is not related to .NET type.
AdditionalCapabilities
Gets the additional capabilities of the adapter.
Declaration
IEnumerable<string> AdditionalCapabilities { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> | The additional capabilities of the adapter. |
Remarks
Additional capabilities that may be present in adapters.
SettingDefinitions
Gets the property definitions.
Declaration
IEnumerable<RepositorySettingDefinition> SettingDefinitions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<RepositorySettingDefinition> | The repository setting definitions. |
Remarks
Settings are the repository attributes that a user can specify when creating a custom adapter in Fusion.