IContainerInfo Properties
If implemented, provides information about a project type containing an Entity Framework data model.| Name | Description |
|---|---|
| Assembly | Obtains the assembly in which the current type is defined. Inherited from IDXTypeInfo. |
| ContainerType | Specifies the container type. |
| FullName | Obtains the fully qualified name of the current type, including the namespace. Inherited from IDXTypeInfo. |
| IsSolutionType | Indicates whether a type is defined within the current solution. Inherited from IDXTypeInfo. |
| NamespaceName | Obtains the name of the namespace containing the current type Inherited from IDXTypeInfo. |
See Also