Click or drag to resize

ICustodian Interface

The party responsible for the source documents of a case

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ICustodian : IEdaIntegrationUniqueEntity, 
	IEdaIntegrationEntity

The ICustodian type exposes the following members.

Properties
  NameDescription
Public propertyId
Id field common to all entities
(Inherited from IEdaIntegrationUniqueEntity.)
Public propertyLastUpdated
The timestamp of the last update in the database. This will be used to determine whether updates can be applied or if the user will need to refresh the data before updates can take place.
Public propertyName
The name of the custodian.
Top
Methods
  NameDescription
Public methodEquals
Determines if two Custodians are the same (using id comparison)
Top
See Also