Click or drag to resize

IReadOnlyScheduleRangeExceptionEntity Interface

Schedule range exception entity

(Intervalle d'exception de planification)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
[GuidAttribute("28DDD245-7B36-4A66-B0AB-32B35C38F069")]
public interface IReadOnlyScheduleRangeExceptionEntity : IReadOnlyInvoicingEntityBase, 
	IReadOnlyBusinessEntityBase, IReadOnlySynchronizableEntityBase, IReadOnlyEntity, IDisposable, IEquatable<IProxy>

The IReadOnlyScheduleRangeExceptionEntity type exposes the following members.

Properties
  NameDescription
Public propertyCaption

Gets the Caption member value

(Libellé)

Public propertyColleagueId

Gets the ColleagueId member value

(Code intervenant)

Public propertyColleagueIds
Gets the ColleagueIds member value
Public propertyColleagueSelectionType

Gets the ColleagueSelectionType member value

(Exception planning - Inclure/Exclure les intervenants)

Public propertyCompetenceIds
Gets the CompetenceIds member value
Public propertyCreatedDate
Gets the Created Date
(Inherited from IReadOnlyEntity.)
Public propertyCreatedUser
Gets the Created User
(Inherited from IReadOnlyEntity.)
Public propertyEntityCaption
Gets the caption of the current entity, using the content
(Inherited from IReadOnlyEntity.)
Public propertyEntityLabel
Gets the entity Label
(Inherited from IReadOnlyEntity.)
Public propertyErrors
Gets the collection of errors
(Inherited from IReadOnlyEntity.)
Public propertyExecutionQuoteId

Gets the ExecutionQuoteId member value

(Code document de vente)

Public propertyFrom

Gets the From member value

(Début)

Public propertyId

Gets the Id member value

(Code)

Public propertyIsDeleted
Gets if the mode matches a deleted mode
(Inherited from IReadOnlyEntity.)
Public propertyIsScheduleException

Gets the IsScheduleException member value

(Est une exception de planning)

Public propertyLineType

Gets the LineType member value

(Type de ligne)

Public propertyMembers
List of the members. It allows to acces to members with the name
(Inherited from IReadOnlyEntity.)
Public propertyModifiedDate
Gets the Modified Date
(Inherited from IReadOnlyEntity.)
Public propertyModifiedUser
Gets the Modified User
(Inherited from IReadOnlyEntity.)
Public propertyNotes
Gets the Notes member value
(Inherited from IReadOnlyBusinessEntityBase.)
Public propertyNotesClear
Gets the NotesClear member value
(Inherited from IReadOnlyBusinessEntityBase.)
Public propertyOwnerEntity
Gets the main entity that own all this items/collection
(Inherited from IReadOnlyEntity.)
Public propertyParent
Gets the parent entity collection, that own this item
(Inherited from IReadOnlyEntity.)
Public propertyRange
Gets the Range member value
Public propertyReadOnly
Gets if the entity is in read only mode, to preserve from data changing
(Inherited from IReadOnlyEntity.)
Public propertyScheduleEventNumber

Gets the ScheduleEventNumber member value

(Numéro)

Public propertySilent
Get if the entity is in silent mode
(Inherited from IReadOnlyEntity.)
Public propertyStates
Gets the entity states
(Inherited from IReadOnlyEntity.)
Public propertyTo

Gets the To member value

(Fin)

Public propertyUniqueId
Gets the UniqueId member value
(Inherited from IReadOnlySynchronizableEntityBase.)
Public propertyWorked

Gets the Worked member value

(Exception planning - Travaillé)

Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
The IReadOnlyScheduleRangeExceptionEntity type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
IReadOnlyScheduleRangeExceptionEntity instance = Utils<ExtensionType>.GetInterface<IReadOnlyScheduleRangeExceptionEntity>();
See Also