Share via


EdmStructuredObject Constructors

Definition

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

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.

Applies to