C# 클래스 fBaseXtensions.Navigation.Clustering.ClusterCollection

파일 보기 프로젝트 열기: herbfunk/Funky

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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!

메소드 상세

ClusterCollection() 공개 메소드

public ClusterCollection ( ClusterConditions CC, int updaterate = 200, int refreshrate = 100 ) : System
CC ClusterConditions
updaterate int
refreshrate int
리턴 System

RefreshClusters() 공개 메소드

Iterates thru the cluster list and calls the update method on each.
public RefreshClusters ( ) : void
리턴 void

RetrieveAllUnits() 공개 메소드

public RetrieveAllUnits ( ) : List
리턴 List

UpdateClusters() 공개 메소드

Updates the Cluster List!
public UpdateClusters ( ) : void
리턴 void