Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The kind of the EDM property.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public enum PropertyKind
public enum class PropertyKind
type PropertyKind
Public Enumeration PropertyKind
Members
| Member name | Description | |
|---|---|---|
| Collection | Represents an EDM collection property. |
|
| Complex | Represents an EDM complex property. |
|
| Dynamic | Represents a dynamic property dictionary for an open type. |
|
| Enum | Represents an EDM enum property. |
|
| Navigation | Represents an EDM navigation property. |
|
| Primitive | Represents an EDM primitive property. |
See Also
System.Web.OData.Builder Namespace
Return to top