Click or drag to resize

IStringLocalizableComplexEntityMember Interface

Strings in 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 IStringLocalizableComplexEntityMember : ILocalizableComplexEntityMember, 
	IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IStringLocalizableComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyCurrentLocalizableString
Gets or sets the current string
Public propertyCurrentLocalizableStringMember
Gets the current string
Public propertyDefaultLocalizableString
Gets or sets the string in default languages
Public propertyDefaultLocalizableStringMember
Gets the string in default languages
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