ModelItems Property

Summary
Gets a list of Leadtools.Jpip.Caching.ModelItem objects for a JPIP client Model request.
Syntax
C#
VB
C++
public IList<ModelItem> ModelItems { get; } 
  
Public ReadOnly Property ModelItems As IList(Of ModelItem) 
public: 
property IList<ModelItem^>^ ModelItems { 
   IList<ModelItem^>^ get(); 
} 

Property Value

A collection of Leadtools.Jpip.Caching.ModelItem objects to update the JPIP server cache model.

Remarks

This field is used in both stateless and session based requests.

Each model item describe a data-bin or a range of data-bins. The server will use this information to update its cache model.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.