Represents configurations for a source provider.
Inheritance Hierarchy
kCura.IntegrationPoints.Contracts.SourceProviderConfiguration
Namespace: kCura.IntegrationPoints.Contracts
Assembly: kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax
C#
[SerializableAttribute] public class SourceProviderConfiguration
The SourceProviderConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SourceProviderConfiguration |
Initializes new instance of SourceProviderConfiguration.
|
Properties
Name | Description | |
---|---|---|
![]() | AlwaysImportNativeFileNames |
Gets or sets a Boolean value used in a configuration to determine whether the name of the native file should be imported.
|
![]() | AlwaysImportNativeFiles |
Gets or sets a Boolean value used in a configuration to determine whether native files should be linked to or imported into Relativity.
|
![]() | CompatibleRdoTypes |
Gets or sets a list of GUIDs for RDOs that the provider is compatible with.
|
![]() | OnlyMapIdentifierToIdentifier |
Get or sets a Boolean value that prevents a user from mapping an identifier field to a non-identifier field.
|
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