TypeViewInfo(Boolean, String, String, String, TypeViewInfoNodeType) Constructor
Initializes a new instance of the TypeViewInfo class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public TypeViewInfo(
bool highlighted,
string ns,
string typeName,
string typeFullName,
TypeViewInfoNodeType classType
)
Parameters
| Name | Type | Description |
|---|---|---|
| highlighted | Boolean | true, if this type is decorated with a Highlighted attribute; otherwise, false. This value is assigned to the TypeViewInfo.Highlighted property. |
| ns | String | A String value, specifying the namespace. This value is assigned to the TypeViewInfo.Namespace property. |
| typeName | String | A String value, specifying the type name. This value is assigned to the TypeViewInfo.TypeName property. |
| typeFullName | String | A String value, specifying the type’s full name (including the information about its namespace). This value is assigned to the TypeViewInfo.TypeFullName property. |
| classType | TypeViewInfoNodeType | A TypeViewInfoNodeType enumeration value. This value is assigned to the TypeViewInfo.ClassType property. |