--- myst: substitutions: method: |- ```{image} /img/code_reference/net_library/method.ico ``` prop: |- ```{image} /img/code_reference/net_library/prop.ico ``` --- # IErpNavigationProperties Interface Provides the interface for working with a list of NavigationProperties. **Namespace:** powerGate.Erp.Client\ **Assembly:** powerGate.Erp.Client.dll ## Syntax ```{code-block} CSharp :linenos: public interface IErpNavigationProperties : IEnumerable ``` ## Properties | Type | Name | Description | |---------------------------------|---------------------|------------------------------------------------------| | {{prop}} [NavigationProperty][] | Item\[string name\] | Gets the NavigationProperty with the specified name. | ## Methods | Type | Name | Description | |--------------------------------------------------|-----------------|---------------------------------------------------------------------------------------------------| | {{method}} IEnumerator\<[NavigationProperty][]\> | GetEnumerator() | Returns an enumerator that iterates through the collection.(Inherited from [IEnumerable\][]). | [NavigationProperty]: navigationproperty [IEnumerable\]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1 ## See also **Reference** - [powerGate.Erp.Client namespace]()