Click or drag to resize

IGuaranteeTypeDetailComplexEntityMember Interface

Guarantee type detail 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 IGuaranteeTypeDetailComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IGuaranteeTypeDetailComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyLabourDuration

Gets or sets the labout duration

(Garantie Fabricant - Durée main d'oeuvre)

Public propertyLabourDurationMember

Gets the labout duration

(Garantie Fabricant - Durée main d'oeuvre)

Public propertyPartsDuration

Gets or sets the parts duration

(Garantie Fabricant - Durée pièces)

Public propertyPartsDurationMember

Gets the parts duration

(Garantie Fabricant - Durée pièces)

Public propertyTravelDuration

Gets or sets the travel duration

(Garantie Fabricant - Durée déplacement)

Public propertyTravelDurationMember

Gets the travel duration

(Garantie Fabricant - Durée déplacement)

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