Interface ISimpleDocumentInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public interface ISimpleDocumentInfoPopulator
Remarks
C++ clients may use an infrastructure of native/managed marshalling classes to implement on-demand population of data carriers. The name and structure of this interface is connected with the C++ code in NSEntityInfoPopulation.clr.h and should not be changed light-heartedly.
Methods
GetSimpleInfo(int)
Interface for managed/native callback class for on-demand data marshalling from C++
Declaration
SimpleDocumentInfo GetSimpleInfo(int primaryId)
Parameters
Type | Name | Description |
---|---|---|
int | primaryId |
Returns
Type | Description |
---|---|
SimpleDocumentInfo |
Remarks
C++ clients may use an infrastructure of native/managed marshalling classes to implement on-demand population of data carriers. The name and structure of this interface is connected with the C++ code in NSEntityInfoPopulation.clr.h and should not be changed light-heartedly.