NavigationProperty Class
Provides metadata informations about the NavigationProperty.
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Inheritance Hierarchy
System.Object
 powerGate.Erp.Client.Property
  powerGate.Erp.Client.NavigationProperty
Syntax
| 1 | public class NavigationProperty : Property | 
The NavigationProperty type exposes the following members.
Constructors
| Name | Description | 
|---|---|
| 
 | Initializes a new instance of the NavigationProperty class. | 
Properties
| Type | Name | Description | 
|---|---|---|
| 
 | IsCollection | Indicates whether the navigation property is a collection. | 
| Multiplicity | Gets the the multiplicity of the navigation property. | |
| TargetEntityType | Gets the TargetEntityType of the navigation property. | |
| 
 | DefaultValue | Gets the default value of the navigation property. | 
| 
 | IsNullable | Indicates whether the navigation property is nullable. | 
| 
 | DefaultValue | Gets the name of the navigation property. | 
| 
 | Gets the Type of the navigation property. | 
See also
Reference