C# Class Azavea.Open.DAO.Memory.MemoryObject

The representation of the object data while in the data store.
Afficher le fichier Open project: azavea/net-dao Class Usage Examples

Méthodes publiques

Свойство Type Description
ColValues object>.IDictionary

Méthodes publiques

Méthode Description
GetKey ( ) : string

Returns a unique (or as unique as the original object's IDs anyway) single key.

MemoryObject ( ClassMapping mapping, object>.IEnumerable colValues ) : System.Collections.Generic

Create a datastore object from the values passed in from the original object.

Method Details

GetKey() public méthode

Returns a unique (or as unique as the original object's IDs anyway) single key.
public GetKey ( ) : string
Résultat string

MemoryObject() public méthode

Create a datastore object from the values passed in from the original object.
public MemoryObject ( ClassMapping mapping, object>.IEnumerable colValues ) : System.Collections.Generic
mapping ClassMapping
colValues object>.IEnumerable
Résultat System.Collections.Generic

Property Details

ColValues public_oe property

The values of the columns.
public IDictionary ColValues
Résultat object>.IDictionary