Click or drag to resize

IReadOnlyOutlookSynchronizationRulesComplexEntityMember Interface

ComplexEntityMember used to store Outlook synchronization rules

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

The IReadOnlyOutlookSynchronizationRulesComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAllowCreate
Gets the AllowCreate member value
Public propertyAllowDelete
Gets the AllowDelete member value
Public propertyAllowUpdate
Gets the AllowUpdate member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also