Class RepositorySettingDefinition
Definition of a repository setting in Fusion Custom Adapter.
Inheritance
System.Object
RepositorySettingDefinition
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public class RepositorySettingDefinition : object
Constructors
RepositorySettingDefinition(String, Boolean)
Initializes a new instance of the RepositorySettingDefinition class.
Declaration
public RepositorySettingDefinition(string name, bool isRequired)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The setting name. |
System.Boolean | 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 |
---|---|
System.Boolean |
|
Name
Gets the setting name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The setting name. |