Custodian Class |
Namespace: Law.EdaIntegration.Import
public class Custodian : IEdaIntegrationUniqueEntity, IEdaIntegrationEntity, IEquatable<Custodian>
The Custodian type exposes the following members.
Name | Description | |
---|---|---|
Id |
The unique identifier of the custodian
| |
LastUpdated |
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.
| |
Name |
The name of the custodian.
|
Name | Description | |
---|---|---|
Equals |
Determines if two Custodians are the same (using id comparison)
| |
GetFakeCustodian |
Returns an empty Custodian entity for editing
| |
ValidateName |
Throws if Custodian name is null/empty, too long, or contains invalid chars
|
Name | Description | |
---|---|---|
MaxNameLength |
The max length of a custodian name
|