Click or drag to resize

IEntityMemberCollection 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 IEntityMemberCollection : IEnumerable<IEntityMemberBase>, 
	IEnumerable, IDisposable, IEquatable<IProxy>

The IEntityMemberCollection 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 IEnumerableIEntityMemberBase.)
Top
See Also