DataSource.NET  7.1.5.312018
Caplin.DataSource.Cache.Record.ICachedType2Record Interface Reference

More...

Inheritance diagram for Caplin.DataSource.Cache.Record.ICachedType2Record:
Caplin.DataSource.Cache.ICachedObject

Properties

string this[string fieldName] [get, set]
 Gets or sets the field value for the specified fieldname. More...
 
string Type2Index [get]
 Gets the Type2 index of this cached Type2 record More...
 
- Properties inherited from Caplin.DataSource.Cache.ICachedObject
string Subject [get]
 Gets the subject of this Caplin.DataSource.Cache.ICachedObject. More...
 

Additional Inherited Members

- Public Member Functions inherited from Caplin.DataSource.Cache.ICachedObject
IMessage CreateImageMessage ()
 Creates the cache message. More...
 
IMessage CreateUpdateMessage ()
 Creates a message containing the changes since the last time this method was called. More...
 
IMessage CreateUpdateMessageWithOnlyChangedFields ()
 Creates a message containing the changes since the last time this method or CreateDeltaMessage() was called. More...
 
void Update (IMessage message)
 Updates the cache using information from the supplied Caplin.DataSource.Messaging.IMessage More...
 

Detailed Description

An Caplin.DataSource.Cache.Record.ICachedType2Record represents the cached fields for a single Type2 record. An Caplin.DataSource.Cache.Record.ICachedRecord can have multiple Caplin.DataSource.Cache.Record.ICachedType2Record associated with it.

The Caplin.DataSource.Cache.Record.ICachedType2Record for a given Type2Index can be obtained using the Caplin.DataSource.Cache.Record.ICachedRecord.Type2Entries property.

Property Documentation

string Caplin.DataSource.Cache.Record.ICachedType2Record.this[string fieldName]
getset

Gets or sets the field value for the specified fieldname.

Field value to set

When retrieving a field, the [] operator will query first the pending changeset and then the cached values

string Caplin.DataSource.Cache.Record.ICachedType2Record.Type2Index
get

Gets the Type2 index of this cached Type2 record

The index.


Generated on Sun Oct 21 2018 12:33:23 for DataSource.NET