 | IPeriodicityComplexEntityMemberBaseDayRankSelector Property |
Gets or sets wether day is selected by its rank within a month (ex : 1st monday, last friday, ...)
(Sélection du jour par son rang)
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> DayRankSelector { get; set; }
Property DayRankSelector As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the Periodicity_DayRankSelector (Sélection du jour par son rang) column of the PeriodicInvoicing (Facturation périodique) table.
See Also