Click or drag to resize

IReadOnlyAccountNumberOptionsComplexEntityMemberBase Interface

Account options

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

The IReadOnlyAccountNumberOptionsComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAuxiliaryAccountsMaxLength
Gets the AuxiliaryAccountsMaxLength member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyGeneralAccountsMaxLength
Gets the GeneralAccountsMaxLength member value
Public propertyIsAuxiliaryAccountRightPadded
Gets the IsAuxiliaryAccountRightPadded member value
Public propertyIsGeneralAccountRightPadded
Gets the IsGeneralAccountRightPadded member value
Public propertyIsOtherThirdAccountRightPadded
Gets the IsOtherThirdAccountRightPadded member value
Public propertyIsThirdAccountRightPadded
Gets the IsThirdAccountRightPadded member value
Public propertyOtherThirdAccountsMaxLength
Gets the OtherThirdAccountsMaxLength member value
Public propertyThirdAccountsMaxLength
Gets the ThirdAccountsMaxLength 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