Click or drag to resize

IReadOnlyMaintenanceStandardTextNotificationComplexEntityMember Interface

Complex member for maintenance notification with standard text.

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

The IReadOnlyMaintenanceStandardTextNotificationComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertySendNotification
Gets the SendNotification member value
Public propertyStandardText
Gets the StandardText 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