Click or drag to resize

IReadOnlyPosLineDisplayMessageComplexEntityMember Interface

Parameters for a line display message

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options.Pos
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyPosLineDisplayMessageComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyPosLineDisplayMessageComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyDisplayMode
Gets the DisplayMode member value
Public propertyDisplayModeDelay
Gets the DisplayModeDelay member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyMessage
Gets the Message 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