Click or drag to resize

IMaintenanceScheduleEventComplexEntityMemberBaseT Interface

Maintenance schedule event complex entity member base

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 IMaintenanceScheduleEventComplexEntityMemberBase<T> : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>
where T : IScheduleEventEntityBase

Type Parameters

T
Owner entity type

The IMaintenanceScheduleEventComplexEntityMemberBaseT type exposes the following members.

Properties
  NameDescription
Public propertyContractCaption

Gets or sets the maintenance contract caption

(Libellé)

Public propertyContractCaptionMember

Gets the maintenance contract caption

(Libellé)

Public propertyContractHoursNumberDecremented

Gets or sets the number of hours decremented in the contract

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

Public propertyContractHoursNumberDecrementedMember

Gets the number of hours decremented in the contract

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

Public propertyContractId

Gets or sets the maintenance contract Id

(Code Contrat de maintenance)

Public propertyContractIdMember

Gets the maintenance contract Id

(Code Contrat de maintenance)

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