TypeViewInfo Constructors
Contains information about a type that is displayed in the Data Source Wizard when binding to an object data source.Name | Parameters | Description |
---|---|---|
TypeViewInfo(Boolean, String, String, String, TypeViewInfoNodeType, IEnumerable<TypeViewInfo>) | highlighted, ns, typeName, typeFullName, classType, nested | Initializes a new instance of the TypeViewInfo class with the specified settings. |
TypeViewInfo(Boolean, String, String, String, TypeViewInfoNodeType) | highlighted, ns, typeName, typeFullName, classType | Initializes a new instance of the TypeViewInfo class with the specified settings. |
See Also