C# Класс Azavea.Open.DAO.Memory.MemoryObject

The representation of the object data while in the data store.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ColValues object>.IDictionary

Открытые методы

Метод Описание
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.

Описание методов

GetKey() публичный Метод

Returns a unique (or as unique as the original object's IDs anyway) single key.
public GetKey ( ) : string
Результат string

MemoryObject() публичный Метод

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
Результат System.Collections.Generic

Описание свойств

ColValues публичное свойство

The values of the columns.
public IDictionary ColValues
Результат object>.IDictionary