IErpEntityTypes Interface

Provides the interface for working with a list of EntityTypes.

Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll

Syntax

1
public interface IErpEntityTypes : IEnumerable<IErpEntityType>

Properties

Type

Name

Description

../../../_images/method.ico IErpEntityType

Item[string name]

Gets the EntityType with the specified name.

Methods

Type

Name

Description

../../../_images/method.ico IEnumerable<IErpEntityType>

Find(string entityTypeName)

Searches for EntityTypes having the specified name.

../../../_images/method.ico IEnumerator<IErpEntityType>

GetEnumerator()

Returns an enumerator that iterates through the collection.(Inherited from IEnumerable<T>).

Remarks

The Item[] property and Find() function are supporting to pass additionaly parts of the namespace (e.g. NorthwindModel.Territory instead of Territory).

See also

Reference