C# 클래스 Azavea.Open.DAO.Memory.MemoryObject

The representation of the object data while in the data store.
파일 보기 프로젝트 열기: azavea/net-dao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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