IErpNavigationProperties Interface

Provides the interface for working with a list of NavigationProperties.

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

Syntax

1
public interface IErpNavigationProperties : IEnumerable<NavigationProperty>

Properties

Type

Name

Description

../../../_images/prop.ico NavigationProperty

Item[string name]

Gets the NavigationProperty with the specified name.

Methods

Type

Name

Description

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

GetEnumerator()

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

See also

Reference