Click or drag to resize

IRichMemoEntityMemberAssociatedPlainTextMemo Property

Associated memo which get a copy of this member plain text without the RTF format. It allows to have in database a plain text version easily useable (with SQL in particular)

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IMemoEntityMember AssociatedPlainTextMemo { get; set; }

Property Value

Type: IMemoEntityMember
See Also