System.Object
The DisplayFolder class represents a categorization of DataSource objects for display purposes. It is used in a DataView to indicate where objects should be displayed in a user interface, such as DataSourceEditor.
|
Constructor |
Description |
|
Creates a new instance of a DisplayFolder |
|
Property |
Description |
|
Gets the list of ALL folder ids that are under this folder. |
|
|
Gets the list of child objects. |
|
|
Gets or sets the folder id. |
|
|
Gets whether this folder has child objects. |
|
|
Gets whether this folder has sub-folders. |
|
|
Gets or sets whether this folder and its children are hidden. |
|
|
Gets or sets the name. |
|
|
Gets or sets the ObjectType contained by this folder. |
|
|
Gets or sets the parent id. |
|
|
Gets the list of sub-folder ids. |
|
Method |
Description |
|
Creates a clone of this object. |
|
|
Finds the folder ID of the first folder that contains this object. |
|
|
Gets the list of ALL child DisplayObjects that are under this folder. |
|
|
Inherited Method |
Description |
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object). |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object). |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |