Click or drag to resize

IReadOnlyActivityGeneralOptionsComplexEntityMember Interface

Activity general options complex entity member : used to set automatic generation of activities

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 IReadOnlyActivityGeneralOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyActivityGeneralOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyGenerateWhenContractIsRenewaled
Gets the GenerateWhenContractIsRenewaled member value
Public propertyGenerateWhenContractStatusChanged
Gets the GenerateWhenContractStatusChanged member value
Public propertyGenerateWhenDocumentIsCreated
Gets the GenerateWhenDocumentIsCreated member value
Public propertyGenerateWhenIncidentIsCreated
Gets the GenerateWhenIncidentIsCreated member value
Public propertyGenerateWhenLetterOrContractSavIsPrinted
Gets the GenerateWhenLetterOrContractSavIsPrinted member value
Public propertyGenerateWhenMailMerge
Gets the GenerateWhenMailMerge member value
Public propertyGenerateWhenReminderLetterIsCreated
Gets the GenerateWhenReminderLetterIsCreated member value
Public propertyGenerateWhenScheduleEventIsCreated
Gets the GenerateWhenScheduleEventIsCreated member value
Public propertyGenerateWhenSendByMail
Gets the GenerateWhenSendByMail member value
Public propertyGenerateWhenSendBySms
Gets the GenerateWhenSendBySms member value
Public propertyUseAttachments
Gets the UseAttachments 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