Click or drag to resize

IReadOnlyHumanServicesOptionsComplexEntityMember Interface

Human services options complex entity members

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

The IReadOnlyHumanServicesOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyHumanServicesQualityAgreement
Gets the HumanServicesQualityAgreement member value
Public propertyHumanServicesQualityAgreementDate
Gets the HumanServicesQualityAgreementDate member value
Public propertyHumanServicesSimpleAgreement
Gets the HumanServicesSimpleAgreement member value
Public propertyHumanServicesSimpleAgreementDate
Gets the HumanServicesSimpleAgreementDate member value
Public propertyIsHumanServicesIncludedInAttestation
Gets the IsHumanServicesIncludedInAttestation member value
Public propertyMainIntervenerId
Gets the MainIntervenerId member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also