 | IPeriodicityComplexEntityMemberBase.FridaySelected Property |
Gets or sets wether friday is selected (for weekly frequency)
(Vendredi)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> FridaySelected { get; set; }
Property FridaySelected As Nullable(Of Boolean)
Get
Set
Property Value
Type:
Nullable<Boolean>
RemarksThis entity member is bound to the Periodicity_Friday (Vendredi) column of the PeriodicInvoicing (Facturation périodique) table.
See Also