TypeViewInfo(Boolean, String, String, String, TypeViewInfoNodeType, IEnumerable<TypeViewInfo>) Constructor
Initializes a new instance of the TypeViewInfo class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public TypeViewInfo(
bool highlighted,
string ns,
string typeName,
string typeFullName,
TypeViewInfoNodeType classType,
IEnumerable<TypeViewInfo> nested
)
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. |
nested | IEnumerable<TypeViewInfo> | A collection of TypeViewInfo objects. This value is assigned to the TypeViewInfo.Nested property. |