ModelElement Constructor

Summary
Initializes a new instance of the ModelElement class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal subtractive As Boolean, _ 
   ByVal descriptor As BinDescriptor _ 
) 
public: 
ModelElement(  
   bool subtractive, 
   BinDescriptor^ descriptor 
) 

Parameters

subtractive
true to inform the server that the relevant data should be removed from the server's model of the client cache; otherwise, false.

descriptor
A BinDescriptor value which specifies the data-bin description.

Remarks

The descriptor could be either an ExplicitBinDescriptor or an ImplicitBinDescriptor type.

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.