DataSourceProviderConfiguration Class

Relativity Integration Points API
Represents general and secured source provider configurations set by a user.
Inheritance Hierarchy

System.Object
  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

  NameDescription
Public methodDataSourceProviderConfiguration()
Initializes an instance of the DataSourceProviderConfiguration class.
Public methodDataSourceProviderConfiguration(String)
Initializes an instance of the DataSourceProviderConfiguration class with a string for a general configuration.
Public methodDataSourceProviderConfiguration(String, String)
Initializes an instance of the DataSourceProviderConfiguration class with a string for a general configuration and a string for a secured configuration.
Top
Properties

  NameDescription
Public propertyConfiguration
Gets or sets options that the user set on a source provider.
Public propertySecuredConfiguration
Gets or sets any supported secured options that the user set on a source provider.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference