Represents general and secured source provider configurations set by a user.
Inheritance Hierarchy
kCura.IntegrationPoints.Contracts.Models.DataSourceProviderConfiguration
Namespace: kCura.IntegrationPoints.Contracts.Models
Assembly: kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax
C#
[SerializableAttribute] public class DataSourceProviderConfiguration
The DataSourceProviderConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataSourceProviderConfiguration() |
Initializes an instance of the DataSourceProviderConfiguration class.
|
![]() | DataSourceProviderConfiguration(String) |
Initializes an instance of the DataSourceProviderConfiguration class with a string for a general configuration.
|
![]() | DataSourceProviderConfiguration(String, String) |
Initializes an instance of the DataSourceProviderConfiguration class with a string for a general configuration and a string for a secured configuration.
|
Properties
Name | Description | |
---|---|---|
![]() | Configuration |
Gets or sets options that the user set on a source provider.
|
![]() | SecuredConfiguration |
Gets or sets any supported secured options that the user set on a source provider.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also