 | IDealEntity.DealDate Property |
Gets or Sets the date
(Date)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> DealDate { get; set; }
Property DealDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
Nullable<DateTime>
RemarksThis entity member is bound to the DealDate (Date) column of the Deal (Affaire) table.
See Also