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)

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

public ref class ComplexTypeConfiguration : StructuralTypeConfiguration

NameDescription
System_CAPS_pubmethodComplexTypeConfiguration()

Initializes a new instance of the ComplexTypeConfiguration class.

System_CAPS_pubmethodComplexTypeConfiguration(ODataModelBuilder^, Type^)

Initializes a new instance of the ComplexTypeConfiguration class.

NameDescription
System_CAPS_pubpropertyClrType

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

System_CAPS_protpropertyExplicitProperties

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

System_CAPS_pubpropertyFullName

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

System_CAPS_pubpropertyIgnoredProperties

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

System_CAPS_pubpropertyKind
System_CAPS_pubpropertyModelBuilder
System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyNamespace

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

System_CAPS_pubpropertyProperties

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

System_CAPS_protpropertyRemovedProperties

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

NameDescription
System_CAPS_pubmethodAddCollectionProperty(PropertyInfo^)

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

System_CAPS_pubmethodAddComplexProperty(PropertyInfo^)

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

System_CAPS_pubmethodAddProperty(PropertyInfo^)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveProperty(PropertyInfo^)

Removes the given property.(Inherited from StructuralTypeConfiguration.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: