System.ComponentModel.DataAnnotations.Schema.ComplexTypeAttribute
Denotes that the class is a complex type. Complex types are non-scalar properties of entity types that enable scalar properties to be organized within entities. Complex types do not have keys and cannot be managed by the Entity Framework apart from the parent object.
public ComplexTypeAttribute()
Initializes a new instance of the ComplexTypeAttribute class.