ObjectTypeInfo
Represents a .NET type that can be used as an object data source.
| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName |
Gets or sets the fully qualified type name, e.g. "System.Collections.Generic.List`1[[System.String]]". | string |
None. |
| AssemblyQualifiedName |
Gets or sets the assembly-qualified type name, e.g. "System.String, System.Private.CoreLib". | string |
None. |
| DisplayName |
Gets or sets the short, user-friendly display name of the type, e.g. "String". | string |
None. |
| DisplayText |
Gets or sets the display text used to represent the type in the client UI, e.g. "String (System)". | string |
None. |
| Description |
Gets or sets the description of the type. | string |
None. |
| ImageIndex |
Gets or sets the index of the icon used to represent the type in the client UI. | integer |
None. |
| Namespace |
Gets or sets the namespace that declares this type. | ObjectNamespaceInfo |
None. |
| IsDataObject |
Gets or sets a value indicating whether this type can be used directly as an object data source. | boolean |
None. |
| ParentType |
Gets or sets the declaring (enclosing) type, if this type is a nested type. | ObjectTypeInfo |
None. |
| ChildTypes |
Gets or sets the nested types declared within this type. | Collection of ObjectTypeInfo |
None. |