Click or drag to resize

Custodian Class

The party responsible for the source documents of a case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ImportCustodian

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class Custodian : IEdaIntegrationUniqueEntity, IEdaIntegrationEntity, 
	IEquatable<Custodian>

The Custodian type exposes the following members.

Properties
  NameDescription
Public propertyId
The unique identifier of the custodian
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
Fields
  NameDescription
Public fieldStatic memberMaxNameLength
The max length of a custodian name
Top
See Also