 | IScheduleEventTypeEntityDisplayType Property |
Gets or sets whether this type must display the event like maintenance event
(Affichage)
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<byte> DisplayType { get; set; }
Property DisplayType As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the DisplayType (Affichage) column of the ScheduleEventType (Type d'évènement) table.
See Also