Click or drag to resize

IReadOnlyRichMemoLocalizableComplexEntityMember Interface

Rich memo and memo members for several languages

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

The IReadOnlyRichMemoLocalizableComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyCurrentLocalizableMemo
Gets the CurrentLocalizableMemo member value
Public propertyCurrentLocalizableRichMemo
Gets the CurrentLocalizableRichMemo member value
(Inherited from IReadOnlyRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember.)
Public propertyDefaultLocalizableMemo
Gets the DefaultLocalizableMemo member value
Public propertyDefaultLocalizableRichMemo
Gets the DefaultLocalizableRichMemo member value
(Inherited from IReadOnlyRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also