Class RepositorySettingDefinition
Definition of a repository setting in Fusion Custom Adapter.
Inherited Members
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public class RepositorySettingDefinition
Constructors
RepositorySettingDefinition(string, bool)
Initializes a new instance of the RepositorySettingDefinition class.
Declaration
public RepositorySettingDefinition(string name, bool isRequired)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The setting name. |
| bool | isRequired | Is the setting value required. |
Properties
IsRequired
Gets a value indicating whether the value of this setting has to be provided.
Declaration
public bool IsRequired { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Name
Gets the setting name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The setting name. |