Click or drag to resize

IReportLocalizableComplexEntityMember Interface

Report in several languages

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

The IReportLocalizableComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyCurrentLocalizableReport
Gets or sets the current report
Public propertyCurrentLocalizableReportMember
Gets the current report
Public propertyDefaultLocalizableReport
Gets or sets the report in default language
Public propertyDefaultLocalizableReportMember
Gets the report in default language
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