Share via


EdmDeltaComplexObject Constructors

Definition

Overloads

EdmDeltaComplexObject(IEdmComplexType)

Initializes a new instance of the EdmDeltaComplexObject class.

EdmDeltaComplexObject(IEdmComplexTypeReference)

Initializes a new instance of the EdmDeltaComplexObject class.

EdmDeltaComplexObject(IEdmComplexType, Boolean)

Initializes a new instance of the EdmDeltaComplexObject class.

EdmDeltaComplexObject(IEdmComplexType)

Initializes a new instance of the EdmDeltaComplexObject class.

public EdmDeltaComplexObject (Microsoft.OData.Edm.IEdmComplexType edmType);
new Microsoft.AspNet.OData.EdmDeltaComplexObject : Microsoft.OData.Edm.IEdmComplexType -> Microsoft.AspNet.OData.EdmDeltaComplexObject
Public Sub New (edmType As IEdmComplexType)

Parameters

edmType
IEdmComplexType

The IEdmComplexType of this object.

Applies to

EdmDeltaComplexObject(IEdmComplexTypeReference)

Initializes a new instance of the EdmDeltaComplexObject class.

public EdmDeltaComplexObject (Microsoft.OData.Edm.IEdmComplexTypeReference edmType);
new Microsoft.AspNet.OData.EdmDeltaComplexObject : Microsoft.OData.Edm.IEdmComplexTypeReference -> Microsoft.AspNet.OData.EdmDeltaComplexObject
Public Sub New (edmType As IEdmComplexTypeReference)

Parameters

Applies to

EdmDeltaComplexObject(IEdmComplexType, Boolean)

Initializes a new instance of the EdmDeltaComplexObject class.

public EdmDeltaComplexObject (Microsoft.OData.Edm.IEdmComplexType edmType, bool isNullable);
new Microsoft.AspNet.OData.EdmDeltaComplexObject : Microsoft.OData.Edm.IEdmComplexType * bool -> Microsoft.AspNet.OData.EdmDeltaComplexObject
Public Sub New (edmType As IEdmComplexType, isNullable As Boolean)

Parameters

edmType
IEdmComplexType

The IEdmComplexType of this object.

isNullable
Boolean

true if this object can be nullable; otherwise, false.

Applies to