Partilhar via


ComplexTypeConfiguration Class

 

Allows configuration to be performed for a complex type in a model. A ComplexTypeConfiguration can be obtained by using the method ComplexType<TComplexType>.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Builder.StructuralTypeConfiguration
    System.Web.Http.OData.Builder.ComplexTypeConfiguration

Syntax

public class ComplexTypeConfiguration : StructuralTypeConfiguration
public ref class ComplexTypeConfiguration : StructuralTypeConfiguration
type ComplexTypeConfiguration = 
    class
        inherit StructuralTypeConfiguration
    end
Public Class ComplexTypeConfiguration
    Inherits StructuralTypeConfiguration

Constructors

Name Description
System_CAPS_pubmethod ComplexTypeConfiguration()

Initializes a new instance of the ComplexTypeConfiguration class.

System_CAPS_pubmethod ComplexTypeConfiguration(ODataModelBuilder, Type)

Initializes a new instance of the ComplexTypeConfiguration class.

Properties

Name Description
System_CAPS_pubproperty ClrType

Gets the backing CLR Type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_protproperty ExplicitProperties

Gets the collection of explicitly added properties.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubproperty FullName

Gets the full name of this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubproperty IgnoredProperties

Gets the properties from the backing CLR type that are to be ignored on this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubproperty Kind

(Overrides StructuralTypeConfiguration.Kind.)

System_CAPS_pubproperty ModelBuilder

The ODataModelBuilder.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubproperty Name

Gets the name of this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubproperty Namespace

Gets the namespace of this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubproperty Properties

Gets the declared properties on this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_protproperty RemovedProperties

Gets the collection of explicitly removed properties.(Inherited from StructuralTypeConfiguration.)

Methods

Name Description
System_CAPS_pubmethod AddCollectionProperty(PropertyInfo)

Adds a collection property to this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubmethod AddComplexProperty(PropertyInfo)

Adds a complex property to this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubmethod AddProperty(PropertyInfo)

Adds a primitive property to this edm type.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RemoveProperty(PropertyInfo)

Removes the given property.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

System.Web.Http.OData.Builder Namespace

Return to top