C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.BreadcrumbSupportClasses.BreadcrumbContainer

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
Add ( BreadcrumbControl control ) : void
BreadcrumbContainer ( ) : System.Collections.Generic
Clear ( ) : void
IndexOf ( BreadcrumbControl control ) : int
RemoveAt ( int index ) : void

Method Details

Add() public méthode

public Add ( BreadcrumbControl control ) : void
control BreadcrumbControl
Résultat void

BreadcrumbContainer() public méthode

public BreadcrumbContainer ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Clear() public méthode

public Clear ( ) : void
Résultat void

IndexOf() public méthode

public IndexOf ( BreadcrumbControl control ) : int
control BreadcrumbControl
Résultat int

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void