Click or drag to resize

IPeriodicityComplexEntityMemberBase Interface

Represent a periodicity setting base

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IPeriodicityComplexEntityMemberBase : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IPeriodicityComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyCaption

Gets or sets the periodicity caption

(Périodicité)

Public propertyCaptionMember

Get the periodicity caption

(Périodicité)

Public propertyDayNumber

Gets or sets the day number within a month

(Numéro du jour)

Public propertyDayNumberMember

Get the day number within a month

(Numéro du jour)

Public propertyDayNumberSelector

Gets or sets wether day is select by its number within a month (ex : 15)

(Sélection du jour par son numéro)

Public propertyDayNumberSelectorMember

Get wether day is select by its number within a month (ex : 15)

(Sélection du jour par son numéro)

Public propertyDayRank

Gets or sets the day rank (1st, 2nd, thid, fourth and last) ; to be used with SelectedDayOfWeek

List of authorized values in DayRankType

(Position du jour)

Public propertyDayRankMember

Get the day rank (1st, 2nd, thid, fourth and last) ; to be used with SelectedDayOfWeek

List of authorized values in DayRankType

(Position du jour)

Public propertyDayRankSelector

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)

Public propertyDayRankSelectorMember

Get wether day is selected by its rank within a month (ex : 1st monday, last friday, ...)

(Sélection du jour par son rang)

Public propertyEndDate

Gets or sets the end date

(Date de fin)

Public propertyEndDateMember

Get the end date

(Date de fin)

Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyFridaySelected

Gets or sets wether friday is selected (for weekly frequency)

(Vendredi)

Public propertyFridaySelectedMember

Get wether friday is selected (for weekly frequency)

(Vendredi)

Public propertyMondaySelected

Gets or sets wether monday is selected (for weekly frequency)

(Lundi)

Public propertyMondaySelectedMember

Get wether monday is selected (for weekly frequency)

(Lundi)

Public propertySaturdaySelected

Gets or sets wether saturday is selected (for weekly frequency)

(Samedi)

Public propertySaturdaySelectedMember

Get wether saturday is selected (for weekly frequency)

(Samedi)

Public propertySelectedDayOfWeek

Gets or sets the day of week ; to be used with day rank

(Jour)

Public propertySelectedDayOfWeekMember

Get the day of week ; to be used with day rank

(Jour)

Public propertyStartDate

Gets or sets the start date

(Date de début)

Public propertyStartDateMember

Get the start date

(Date de début)

Public propertySundaySelected

Gets or sets wether sunday is selected (for weekly frequency)

(Dimanche)

Public propertySundaySelectedMember

Get wether sunday is selected (for weekly frequency)

(Dimanche)

Public propertyThursdaySelected

Gets or sets wether thursday is selected (for weekly frequency)

(Jeudi)

Public propertyThursdaySelectedMember

Get wether thursday is selected (for weekly frequency)

(Jeudi)

Public propertyTuesdaySelected

Gets or sets wether tuesday is selected (for weekly frequency)

(Mardi)

Public propertyTuesdaySelectedMember

Get wether tuesday is selected (for weekly frequency)

(Mardi)

Public propertyType

Gets or sets the frequency

List of authorized values in PeriodicityType

(Type de périodicité)

Public propertyTypeMember

Get the frequency

List of authorized values in PeriodicityType

(Type de périodicité)

Public propertyUserIncrement

Gets or sets the increment for user defined periodicity

(Périodicité définie par l'utilisateur)

Public propertyUserIncrementMember

Get the increment for user defined periodicity

(Périodicité définie par l'utilisateur)

Public propertyWednesdaySelected

Gets or sets wether wednesday is selected (for weekly frequency)

(Mercredi)

Public propertyWednesdaySelectedMember

Get wether wednesday is selected (for weekly frequency)

(Mercredi)

Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also