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 |
---|---|
NavigationProperty() |
Initializes a new instance of the NavigationProperty class. |
Properties
Type |
Name |
Description |
---|---|---|
bool |
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. |
|
string |
DefaultValue |
Gets the default value of the navigation property. |
bool |
IsNullable |
Indicates whether the navigation property is nullable. |
string |
DefaultValue |
Gets the name of the navigation property. |
Type |
Gets the Type of the navigation property. |
See also
Reference