Click or drag to resize

IReadOnlyMultiselectionEntityMember Interface

Interface implemented by multiselection entity member.

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IReadOnlyMultiselectionEntityMember : IDisposable, 
	IEquatable<IProxy>

The IReadOnlyMultiselectionEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyMultiselection
Gets or sets the multiselection keys.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events
  NameDescription
Public eventMultiselectionChanged
Occurs when multiselection is changed.
Top
See Also