C# 클래스 TSystems.RELOAD.Storage.StoredDataSpecifier

Each StoredDataSpecifier specifies a single kind of data to retrieve and (if appropriate) the subset of values that are to be retrieved. see RELOAD base -12 p.93
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
generation System.UInt64
kindId System.UInt32

공개 메소드들

메소드 설명
StoredDataSpecifier ( List indices, UInt32 kindId, System.UInt64 generation, UsageManager manager ) : System

Use this contructor to create a StoreDataSpecifier that requests an array Range.

StoredDataSpecifier ( List keys, UInt32 kindId, System.UInt64 generation, UsageManager manager ) : System

Use this contructor to create a StoreDataSpecifier that requests a dictionary.

StoredDataSpecifier ( UInt32 kindId, System.UInt64 generation, UsageManager manager ) : System

Use this contructor to create a StoreDataSpecifier that requests a singale value.

StoredDataSpecifier ( UsageManager manager ) : System

Just an initializer! Use only while reading a message from wire.

메소드 상세

StoredDataSpecifier() 공개 메소드

Use this contructor to create a StoreDataSpecifier that requests an array Range.
public StoredDataSpecifier ( List indices, UInt32 kindId, System.UInt64 generation, UsageManager manager ) : System
indices List The array ranges you want to fetch
kindId System.UInt32 The Kind ID of the requsted Kind
generation System.UInt64 The generation_counter of this value
manager TSystems.RELOAD.Usage.UsageManager
리턴 System

StoredDataSpecifier() 공개 메소드

Use this contructor to create a StoreDataSpecifier that requests a dictionary.
public StoredDataSpecifier ( List keys, UInt32 kindId, System.UInt64 generation, UsageManager manager ) : System
keys List The value keys to be fetched. Set this parameter null to create a wildcard fetch.
kindId System.UInt32 The Kind ID of the requsted Kind
generation System.UInt64 The generation_counter of this value
manager TSystems.RELOAD.Usage.UsageManager
리턴 System

StoredDataSpecifier() 공개 메소드

Use this contructor to create a StoreDataSpecifier that requests a singale value.
public StoredDataSpecifier ( UInt32 kindId, System.UInt64 generation, UsageManager manager ) : System
kindId System.UInt32 The Kind ID of the requsted Kind
generation System.UInt64 The generation_counter of this value
manager TSystems.RELOAD.Usage.UsageManager
리턴 System

StoredDataSpecifier() 공개 메소드

Just an initializer! Use only while reading a message from wire.
public StoredDataSpecifier ( UsageManager manager ) : System
manager TSystems.RELOAD.Usage.UsageManager
리턴 System

프로퍼티 상세

generation 공개적으로 프로퍼티

public UInt64,System generation
리턴 System.UInt64

kindId 공개적으로 프로퍼티

public UInt32,System kindId
리턴 System.UInt32