Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Overload List
| Name | Description | |
|---|---|---|
| .jpeg) | EdmStructuredObject(IEdmStructuredType) | Initializes a new instance of the EdmStructuredObject class. | 
| .jpeg) | EdmStructuredObject(IEdmStructuredType, Boolean) | Initializes a new instance of the EdmStructuredObject class. | 
| .jpeg) | EdmStructuredObject(IEdmStructuredTypeReference) | Initializes a new instance of the EdmStructuredObject class. | 
See Also
EdmStructuredObject Class
System.Web.OData Namespace
Return to top
EdmStructuredObject Constructor (IEdmStructuredType)
Initializes a new instance of the EdmStructuredObject class.
Syntax
protected EdmStructuredObject(
    IEdmStructuredType edmType
)
protected:
EdmStructuredObject(
    IEdmStructuredType^ edmType
)
new : 
        edmType:IEdmStructuredType -> EdmStructuredObject
Protected Sub New (
    edmType As IEdmStructuredType
)
Parameters
- edmType 
 Type: Microsoft.OData.Edm.IEdmStructuredType- The IEdmStructuredType of this object. 
Return to top
EdmStructuredObject Constructor (IEdmStructuredType, Boolean)
Initializes a new instance of the EdmStructuredObject class.
Syntax
protected EdmStructuredObject(
    IEdmStructuredType edmType,
    bool isNullable
)
protected:
EdmStructuredObject(
    IEdmStructuredType^ edmType,
    bool isNullable
)
new : 
        edmType:IEdmStructuredType *
        isNullable:bool -> EdmStructuredObject
Protected Sub New (
    edmType As IEdmStructuredType,
    isNullable As Boolean
)
Parameters
- edmType 
 Type: Microsoft.OData.Edm.IEdmStructuredType- The IEdmStructuredTypeReference of this object. 
- isNullable 
 Type: System.Boolean- true if this object can be nullable; otherwise, false. 
Return to top
EdmStructuredObject Constructor (IEdmStructuredTypeReference)
Initializes a new instance of the EdmStructuredObject class.
Syntax
protected EdmStructuredObject(
    IEdmStructuredTypeReference edmType
)
protected:
EdmStructuredObject(
    IEdmStructuredTypeReference^ edmType
)
new : 
        edmType:IEdmStructuredTypeReference -> EdmStructuredObject
Protected Sub New (
    edmType As IEdmStructuredTypeReference
)
Parameters
- edmType 
 Type: Microsoft.OData.Edm.IEdmStructuredTypeReference- The IEdmStructuredTypeReference of this object. 
Return to top