IContextFilter Interface

Summary

Enables a context participant to get and set a filter containing the names of the specific context subjects whose item values must be set during the course of a transaction in order for the participant to be included in the processing of the transaction. This interface allows applications to ignore notifications for changes to subjects that they do not implement.

Syntax
C#
VB
C++
[InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType)] 
[GuidAttribute("637CD323-0175-45fa-AD5C-B7DE53CD1AFD")] 
public interface IContextFilter 
<InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType),  
 GuidAttribute("637CD323-0175-45fa-AD5C-B7DE53CD1AFD")>  
Public Interface IContextFilter 
public: 
   [InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType),  
   GuidAttribute(L"637CD323-0175-45fa-AD5C-B7DE53CD1AFD")] 
   interface class IContextFilter abstract 

Requirements

Target Platforms

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

Leadtools.Ccow Assembly