The LocalDataAccessor<(Of <(TEntity>)>) type exposes the following members.

Constructors

  Name Description
LocalDataAccessor<(Of <(TEntity>)>)
Default constructor for LocalDataAccessor

Methods

  Name Description
AddEntity
Add an entity (if needed) to the underlying storage
DeleteEntity
Deletes an entity (if needed) from the underlying storage
EntityIsReal
Find whether an entity is real, noop here, always returns true
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAllClustersCentroids
Gets the centroids of all clusters.
GetClusterCentroid
Gets the centroid of a given cluster
GetClusterContents
Gets the list of entities which are in a given cluster
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset
Resets the bindings dictionaries
SetClusterCentroid
Updates the centroid of a given cluster
SetEntityCluster
Updates the cluster in which is a given entity
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also