ComplexTypeConfiguration(Of TComplexType) Class
Entity Framework 5.0
Allows configuration to be performed for an complex type in a model. A ComplexTypeConfiguration can be obtained by using the ComplexType(Of TComplexType)method on or a custom type derived from ComplexTypeConfiguration(Of TComplexType) can be registered by using the property Configurations.
System.Object
System.Data.Entity.ModelConfiguration.Configuration.StructuralTypeConfiguration(Of TComplexType)
System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration(Of TComplexType)
System.Data.Entity.ModelConfiguration.Configuration.StructuralTypeConfiguration(Of TComplexType)
System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration(Of TComplexType)
Namespace: System.Data.Entity.ModelConfiguration
Assembly: EntityFramework (in EntityFramework.dll)
The ComplexTypeConfiguration(Of TComplexType) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ComplexTypeConfiguration(Of TComplexType) | Initializes a new instance of ComplexTypeConfiguration(Of TComplexType). |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. This method is hidden from IntelliSense. (Overrides StructuralTypeConfiguration(Of TStructuralType).Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. This method is hidden from IntelliSense. (Overrides StructuralTypeConfiguration(Of TStructuralType).GetHashCode.) |
![]() | GetType | Gets the type of the current instance. This method is hidden from IntelliSense. |
![]() | Ignore(Of TProperty) | Excludes a property from the model so that it will not be mapped to the database. (Inherited from StructuralTypeConfiguration(Of TStructuralType).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Property(Of T)(Expression(Of Func(Of TStructuralType, T))) | Configures a struct property that is defined on this type. (Inherited from StructuralTypeConfiguration(Of TStructuralType).) |
![]() | ToString | Returns a string that represents the current object. This method is hidden from IntelliSense. (Overrides StructuralTypeConfiguration(Of TStructuralType).ToString.) |
Show:
