IErpProperties Interface
Provides the interface for working with a list of ERP Properties.
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Syntax
| 1 | public interface IErpProperties : IEnumerable<Property> | 
Properties
| Type | Name | Description | 
|---|---|---|
| Item[string name] | Gets the Property with the specified name. | 
Methods
| Type | Name | Description | 
|---|---|---|
| 
 | GetEnumerator() | Returns an enumerator that iterates through the collection.(Inherited from IEnumerable<T>). | 
See also
Reference