EdmStructuredObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EdmStructuredObject(IEdmStructuredType) |
Initializes a new instance of the EdmStructuredObject class. |
EdmStructuredObject(IEdmStructuredTypeReference) |
Initializes a new instance of the EdmStructuredObject class. |
EdmStructuredObject(IEdmStructuredType, Boolean) |
Initializes a new instance of the EdmStructuredObject class. |
EdmStructuredObject(IEdmStructuredType)
Initializes a new instance of the EdmStructuredObject class.
protected EdmStructuredObject (Microsoft.OData.Edm.IEdmStructuredType edmType);
new Microsoft.AspNet.OData.EdmStructuredObject : Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.AspNet.OData.EdmStructuredObject
Protected Sub New (edmType As IEdmStructuredType)
Parameters
- edmType
- IEdmStructuredType
The IEdmStructuredType of this object.
Applies to
EdmStructuredObject(IEdmStructuredTypeReference)
Initializes a new instance of the EdmStructuredObject class.
protected EdmStructuredObject (Microsoft.OData.Edm.IEdmStructuredTypeReference edmType);
new Microsoft.AspNet.OData.EdmStructuredObject : Microsoft.OData.Edm.IEdmStructuredTypeReference -> Microsoft.AspNet.OData.EdmStructuredObject
Protected Sub New (edmType As IEdmStructuredTypeReference)
Parameters
- edmType
- IEdmStructuredTypeReference
The IEdmStructuredTypeReference of this object.
Applies to
EdmStructuredObject(IEdmStructuredType, Boolean)
Initializes a new instance of the EdmStructuredObject class.
protected EdmStructuredObject (Microsoft.OData.Edm.IEdmStructuredType edmType, bool isNullable);
new Microsoft.AspNet.OData.EdmStructuredObject : Microsoft.OData.Edm.IEdmStructuredType * bool -> Microsoft.AspNet.OData.EdmStructuredObject
Protected Sub New (edmType As IEdmStructuredType, isNullable As Boolean)
Parameters
- edmType
- IEdmStructuredType
The IEdmStructuredTypeReference of this object.
- isNullable
- Boolean
true if this object can be nullable; otherwise, false.