Click or drag to resize

IMaintenanceScheduleTimeEventComplexEntityMember Interface

Maintenance schedule time event complex entity member

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

The IMaintenanceScheduleTimeEventComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyContractCaption

Gets or sets the maintenance contract caption

(Libellé)

(Inherited from IMaintenanceScheduleEventComplexEntityMemberBaseT.)
Public propertyContractCaptionMember

Gets the maintenance contract caption

(Libellé)

(Inherited from IMaintenanceScheduleEventComplexEntityMemberBaseT.)
Public propertyContractCounterType

Gets or sets the contract counter type

List of authorized values in MaintenanceContractCounterType

(Compteur)

Public propertyContractCounterTypeMember

Gets the contract counter type

List of authorized values in MaintenanceContractCounterType

(Compteur)

Public propertyContractHoursNumberDecremented

Gets or sets the number of hours decremented in the contract

(Nombre d'heures décrémentées)

(Inherited from IMaintenanceScheduleEventComplexEntityMemberBaseT.)
Public propertyContractHoursNumberDecrementedMember

Gets the number of hours decremented in the contract

(Nombre d'heures décrémentées)

(Inherited from IMaintenanceScheduleEventComplexEntityMemberBaseT.)
Public propertyContractId

Gets or sets the maintenance contract Id

(Code Contrat de maintenance)

(Inherited from IMaintenanceScheduleEventComplexEntityMemberBaseT.)
Public propertyContractIdMember

Gets the maintenance contract Id

(Code Contrat de maintenance)

(Inherited from IMaintenanceScheduleEventComplexEntityMemberBaseT.)
Public propertyContractRemainingCounterNumber

Gets or sets the contract remaining counter number

(Compteur restant)

Public propertyContractRemainingCounterNumberMember

Gets the contract remaining counter number

(Compteur restant)

Public propertyCustomerProductId

Gets or sets the customer product Id

(Code produit client)

Public propertyCustomerProductIdMember

Gets the customer product Id

(Code produit client)

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

Gets or sets whether to include the contract in realized cost.

List of authorized values in IncludeInRealizedCostType

(Inclure dans les coûts du contrat de maintenance)

Public propertyIncludeInContractPredictedCostMember

Gets whether to include the contract in realized cost.

List of authorized values in IncludeInRealizedCostType

(Inclure dans les coûts du contrat de maintenance)

Public propertyIncludeInIncidentPredictedCost

Gets or sets whether to include the incident in realized cost.

List of authorized values in IncludeInRealizedCostType

(Inclure dans les coûts du suivi incident)

Public propertyIncludeInIncidentPredictedCostMember

Gets whether to include the incident in realized cost.

List of authorized values in IncludeInRealizedCostType

(Inclure dans les coûts du suivi incident)

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