ComplexTypeConfiguration<TComplexType> Class

 

Represents an IEdmComplexType that can be built using ODataModelBuilder.

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

System::Object
  System.Web.OData.Builder::StructuralTypeConfiguration<TStructuralType>
    System.Web.OData.Builder::ComplexTypeConfiguration<TComplexType>

generic<typename TComplexType>
where TComplexType : ref class
public ref class ComplexTypeConfiguration : StructuralTypeConfiguration<TComplexType>

NameDescription
System_CAPS_pubpropertyBaseType

Gets the base type of this complex type.

System_CAPS_pubpropertyFullName

Gets the full name of this EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubpropertyIsOpen

Gets an indicator whether this EDM type is an open type or not. Returns true if this is an open type; false otherwise.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubpropertyName

Gets and sets the name of this EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubpropertyNamespace

Gets and sets the namespace of this EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubpropertyProperties

Gets the collection of EDM structural properties that belong to this type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

NameDescription
System_CAPS_pubmethodAbstract()

Marks this complex type as abstract.

System_CAPS_pubmethodCollectionProperty<TElementType>(Expression<Func<TStructuralType, IEnumerable<TElementType>^>^>^)

Adds a collection property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodComplexProperty<TComplexType>(Expression<Func<TStructuralType, TComplexType>^>^)

Adds a complex property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodDerivesFrom<TBaseType>()

Sets the base type of this complex type.

System_CAPS_pubmethodDerivesFromNothing()

Sets the base type of this complex type to null meaning that this complex type does not derive from anything.

System_CAPS_pubmethodEnumProperty<T>(Expression<Func<TStructuralType, Nullable<T>>^>^)

Adds an optional enum property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodEnumProperty<T>(Expression<Func<TStructuralType, Nullable<T>>^>^)

Adds an optional enum property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

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_pubmethodHasDynamicProperties(Expression<Func<TStructuralType, IDictionary<String^, Object^>^>^>^)

Adds a dynamic property dictionary property.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodIgnore<TProperty>(Expression<Func<TStructuralType, TProperty>^>^)

Excludes a property from the type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodProperty(Expression<Func<TStructuralType, String^>^>^)

Adds a string property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodProperty(Expression<Func<TStructuralType, String^>^>^)

Adds a string property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodProperty(Expression<Func<TStructuralType, String^>^>^)

Adds a string property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodProperty(Expression<Func<TStructuralType, String^>^>^)

Adds a string property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

System_CAPS_pubmethodProperty(Expression<Func<TStructuralType, String^>^>^)

Adds a string property to the EDM type.(Inherited from StructuralTypeConfiguration<TStructuralType>.)

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: