StructuralTypeConfiguration Class
Represents an IEdmStructuredType that can be built using ODataModelBuilder.
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Builder.StructuralTypeConfiguration
System.Web.Http.OData.Builder.ComplexTypeConfiguration
System.Web.Http.OData.Builder.EntityTypeConfiguration
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public MustInherit Class StructuralTypeConfiguration _
Implements IEdmTypeConfiguration
'Usage
Dim instance As StructuralTypeConfiguration
public abstract class StructuralTypeConfiguration : IEdmTypeConfiguration
public ref class StructuralTypeConfiguration abstract : IEdmTypeConfiguration
[<AbstractClassAttribute>]
type StructuralTypeConfiguration =
class
interface IEdmTypeConfiguration
end
public abstract class StructuralTypeConfiguration implements IEdmTypeConfiguration
The StructuralTypeConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StructuralTypeConfiguration() | Initializes a new instance of the StructuralTypeConfiguration class. | |
StructuralTypeConfiguration(ODataModelBuilder, Type) | Initializes a new instance of the StructuralTypeConfiguration class. |
Top
Properties
Name | Description | |
---|---|---|
ClrType | Gets the backing CLR Type. | |
ExplicitProperties | Gets the collection of explicitly added properties. | |
FullName | Gets the full name of this EDM type. | |
IgnoredProperties | Gets the properties from the backing CLR type that are to be ignored on this EDM type. | |
Kind | Gets the EdmTypeKind of this EDM type. | |
ModelBuilder | The ODataModelBuilder. | |
Name | Gets the name of this EDM type. | |
Namespace | Gets the namespace of this EDM type. | |
Properties | Gets the declared properties on this EDM type. | |
RemovedProperties | Gets the collection of explicitly removed properties. |
Top
Methods
Name | Description | |
---|---|---|
AddCollectionProperty | Adds a collection property to this edm type. | |
AddComplexProperty | Adds a complex property to this edm type. | |
AddProperty | Adds a primitive property to this edm type. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveProperty | Removes the given property. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.