C# Class SobekCM_Resource_Database.Builder.Builder_Page_File_Collection

Summary description for Page_File_Collection.
Inheritance: System.Collections.CollectionBase, IEnumerable
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
GetEnumerator ( ) : Builder_Page_File_Enumerator

Return an enumerator to step through this collection of tree nodes.

This version is used in the C# Compiler to detect type conflicts at compilation.

Private Methods

Méthode Description
Add ( Builder_Page_File NewPageFile ) : void

Add a new Page_File to this collection.

Builder_Page_File_Collection ( ) : System

Constructor for the Page_File_Collection object.

Contains ( int Nodeid ) : bool

Check to see if there is a Page_File in this collection already

IEnumerable ( ) : IEnumerator

Return an enumerator to step through this collection of tree nodes.

Explicit interface implementation to support interoperability with other common language runtime-compatible langueages.

Insert ( Builder_Page_File NewPageFile ) : int

Insert a new page into this collection, based on the file name

Recursive_Sort_Insert ( Builder_Page_File NewPageFile, int Start, int End ) : int
Remove ( int Nodeid ) : void

Remove an existing Page_File under from this collection.

this ( int Index ) : Builder_Page_File

Address a single Page_File from this Collection, by the node id.

Method Details

GetEnumerator() public méthode

Return an enumerator to step through this collection of tree nodes.
This version is used in the C# Compiler to detect type conflicts at compilation.
public GetEnumerator ( ) : Builder_Page_File_Enumerator
Résultat Builder_Page_File_Enumerator