Show / Hide Table of Contents

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(Int32)

Interface for managed/native callback class for on-demand data marshalling from C++

Declaration
SimpleDocumentInfo GetSimpleInfo(int primaryId)
Parameters
Type Name Description
Int32 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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top