added missing validation CREW/PAS
This commit is contained in:
parent
aed1877515
commit
277ac16198
@ -114,13 +114,14 @@ namespace bsmd.database
|
|||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ReportDisplayName("Issuing state")]
|
[ReportDisplayName("Issuing state")]
|
||||||
[Validation(ValidationCode.OPTIONAL_FLAG_CODE)]
|
[Validation(ValidationCode.FLAG_CODE)]
|
||||||
[MaxLength(2)]
|
[MaxLength(2)]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
public string CrewMemberIdentityDocumentIssuingState { get; set; }
|
public string CrewMemberIdentityDocumentIssuingState { get; set; }
|
||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ReportDisplayName("Expiry date")]
|
[ReportDisplayName("Expiry date")]
|
||||||
|
[Validation(ValidationCode.NOT_NULL)]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
public DateTime? CrewMemberIdentityDocumentExpiryDate { get; set; }
|
public DateTime? CrewMemberIdentityDocumentExpiryDate { get; set; }
|
||||||
|
|
||||||
|
|||||||
@ -118,13 +118,14 @@ namespace bsmd.database
|
|||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ReportDisplayName("Issuing state")]
|
[ReportDisplayName("Issuing state")]
|
||||||
[Validation(ValidationCode.OPTIONAL_FLAG_CODE)]
|
[Validation(ValidationCode.FLAG_CODE)]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
public string PassengerIdentityDocumentIssuingState { get; set; }
|
public string PassengerIdentityDocumentIssuingState { get; set; }
|
||||||
|
|
||||||
|
|
||||||
[ShowReport]
|
[ShowReport]
|
||||||
[ReportDisplayName("Expiry date")]
|
[ReportDisplayName("Expiry date")]
|
||||||
|
[Validation(ValidationCode.NOT_NULL)]
|
||||||
[ENI2Validation]
|
[ENI2Validation]
|
||||||
public DateTime? PassengerIdentityDocumentExpiryDate { get; set; }
|
public DateTime? PassengerIdentityDocumentExpiryDate { get; set; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user