DisplayFolder Class

Inherits from

System.Object

 

Description

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.

 

Constructors

Constructor

Description

DisplayFolder

Creates a new instance of a DisplayFolder

 

Properties

Property

Description

AllSubFolders

Gets the list of ALL folder ids that are under this folder.

ChildObjects

Gets the list of child objects.

FolderID

Gets or sets the folder id.

HasChildObjects

Gets whether this folder has child objects.

HasSubFolders

Gets whether this folder has sub-folders.

Hidden

Gets or sets whether this folder and its children are hidden.

Name

Gets or sets the name.

ObjectType

Gets or sets the ObjectType contained by this folder.

ParentID

Gets or sets the parent id.

SubFolders

Gets the list of sub-folder ids.

 

Methods

Method

Description

Clone

Creates a clone of this object.

FindFolderOfObject

Finds the folder ID of the first folder that contains this object.

GetAllChildObjects

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).