Share via


EdmDeltaEntityObject Constructors

Definition

Overloads

EdmDeltaEntityObject(IEdmEntityType)

Initializes a new instance of the EdmDeltaEntityObject class.

EdmDeltaEntityObject(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaEntityObject class.

EdmDeltaEntityObject(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaEntityObject class.

EdmDeltaEntityObject(IEdmEntityType)

Initializes a new instance of the EdmDeltaEntityObject class.

public EdmDeltaEntityObject (Microsoft.OData.Edm.IEdmEntityType entityType);
new Microsoft.AspNet.OData.EdmDeltaEntityObject : Microsoft.OData.Edm.IEdmEntityType -> Microsoft.AspNet.OData.EdmDeltaEntityObject
Public Sub New (entityType As IEdmEntityType)

Parameters

entityType
IEdmEntityType

The IEdmEntityType of this DeltaEntityObject.

Applies to

EdmDeltaEntityObject(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaEntityObject class.

public EdmDeltaEntityObject (Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference);
new Microsoft.AspNet.OData.EdmDeltaEntityObject : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.AspNet.OData.EdmDeltaEntityObject
Public Sub New (entityTypeReference As IEdmEntityTypeReference)

Parameters

entityTypeReference
IEdmEntityTypeReference

The IEdmEntityTypeReference of this DeltaEntityObject.

Applies to

EdmDeltaEntityObject(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaEntityObject class.

public EdmDeltaEntityObject (Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable);
new Microsoft.AspNet.OData.EdmDeltaEntityObject : Microsoft.OData.Edm.IEdmEntityType * bool -> Microsoft.AspNet.OData.EdmDeltaEntityObject
Public Sub New (entityType As IEdmEntityType, isNullable As Boolean)

Parameters

entityType
IEdmEntityType

The IEdmEntityType of this DeltaEntityObject.

isNullable
Boolean

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

Applies to