Delen via


EdmStructuredType(Boolean, Boolean, IEdmStructuredType) Constructor

Definition

Initializes a new instance of the EdmStructuredType class.

protected EdmStructuredType (bool isAbstract, bool isOpen, Microsoft.OData.Edm.IEdmStructuredType baseStructuredType);
new Microsoft.OData.Edm.EdmStructuredType : bool * bool * Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.OData.Edm.EdmStructuredType
Protected Sub New (isAbstract As Boolean, isOpen As Boolean, baseStructuredType As IEdmStructuredType)

Parameters

isAbstract
Boolean

Denotes a structured type that cannot be instantiated.

isOpen
Boolean

Denotes if the type is open.

baseStructuredType
IEdmStructuredType

Base type of the type

Applies to