C# Class fBaseXtensions.Navigation.Clustering.ClusterCollection

Afficher le fichier Open project: herbfunk/Funky

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClusterCollection ( ClusterConditions CC, int updaterate = 200, int refreshrate = 100 ) : System
RefreshClusters ( ) : void

Iterates thru the cluster list and calls the update method on each.

RetrieveAllUnits ( ) : List
UpdateClusters ( ) : void

Updates the Cluster List!

Method Details

ClusterCollection() public méthode

public ClusterCollection ( ClusterConditions CC, int updaterate = 200, int refreshrate = 100 ) : System
CC ClusterConditions
updaterate int
refreshrate int
Résultat System

RefreshClusters() public méthode

Iterates thru the cluster list and calls the update method on each.
public RefreshClusters ( ) : void
Résultat void

RetrieveAllUnits() public méthode

public RetrieveAllUnits ( ) : List
Résultat List

UpdateClusters() public méthode

Updates the Cluster List!
public UpdateClusters ( ) : void
Résultat void