Provides the information for the registration of a data source provider.
Inheritance Hierarchy
Relativity.IntegrationPoints.ContractsSourceProvider
Namespace: Relativity.IntegrationPoints.Contracts
Assembly: Relativity.IntegrationPoints.Contracts (in Relativity.IntegrationPoints.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SourceProvider
The SourceProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SourceProvider |
Initializes an instance of the SourceProvider class.
|
Properties
Name | Description | |
---|---|---|
![]() | Configuration |
Gets or sets a SourceProviderConfiguration object, which contains properties that control source provider behavior.
|
![]() | Name |
Gets or sets the name of the data source provider displayed in the Relativity UI.
|
![]() | Url |
Gets or sets the URL used to configure the data source provider.
|
![]() | ViewDataUrl |
Gets or sets key-value pairs used as source provider settings for display on a custom page.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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