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

More...

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

Properties

string this[string fieldName] [get]
 Gets the Type3 Field value associated with the specified field name. 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.ICachedType3Record represents the cached fields for a single Type3 record. An Caplin.DataSource.Cache.Record.ICachedRecord can have multiple Caplin.DataSource.Cache.Record.ICachedType3Record associated with it.

An Caplin.DataSource.Cache.Record.ICachedType3Record represents a history of changed fields. DataSource.NET will only cache a certain number of ICachedType3Record for a given ICachedRecord, the size of this cache can be altered using the Caplin.DataSource.Cache.Record.ICachedRecord.Type3CacheSize property.

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

Property Documentation

string Caplin.DataSource.Cache.Record.ICachedType3Record.this[string fieldName]
get

Gets the Type3 Field value associated with the specified field name.


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