Click or drag to resize

IRichMemoLocalizableComplexEntityMember 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 IRichMemoLocalizableComplexEntityMember : IRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember, 
	ILocalizableComplexEntityMember, IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IRichMemoLocalizableComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyCurrentLocalizableMemo
Gets or sets the raw text 2
Public propertyCurrentLocalizableMemoMember
Gets the raw text 2
Public propertyCurrentLocalizableRichMemo
Gets or sets the current RichMem
(Inherited from IRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember.)
Public propertyCurrentLocalizableRichMemoMember
Gets the current RichMem
(Inherited from IRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember.)
Public propertyDefaultLocalizableMemo
Gets or sets the Memo for language 1
Public propertyDefaultLocalizableMemoMember
Gets the Memo for language 1
Public propertyDefaultLocalizableRichMemo
Gets or sets the RichMemo for language 1
(Inherited from IRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember.)
Public propertyDefaultLocalizableRichMemoMember
Gets the RichMemo for language 1
(Inherited from IRichMemoWithoutAssociatedMemoLocalizableComplexEntityMember.)
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