Click or drag to resize

IReadOnlyEntityMemberCollection Interface

Collection of IEntityMember. Used in the entity to get a list of all members

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 IReadOnlyEntityMemberCollection : IEnumerable<IReadOnlyEntityMemberBase>, 
	IEnumerable, IDisposable, IEquatable<IProxy>

The IReadOnlyEntityMemberCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Retrieve a member by its complete name
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIReadOnlyEntityMemberBase.)
Top
See Also