Click or drag to resize

IReadOnlyComplementaryAccountComplexEntityMember Interface

Options for complementary accounts

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

The IReadOnlyComplementaryAccountComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyCieIncreaseAccount
Gets the CieIncreaseAccount member value
Public propertyCieMinorationAccount
Gets the CieMinorationAccount member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyExcludeCieAccountFromSecurityBond
Gets the ExcludeCieAccountFromSecurityBond member value
Public propertyExcludeProrataAccountFromSecurityBond
Gets the ExcludeProrataAccountFromSecurityBond member value
Public propertyProrataIncreaseAccount
Gets the ProrataIncreaseAccount member value
Public propertyProrataMinorationAccount
Gets the ProrataMinorationAccount 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