Interface ISimpleAppointmentInfoPopulator
Interface for managed/native callback class for on-demand data marshalling from C++
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public interface ISimpleAppointmentInfoPopulator
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
SimpleAppointmentInfo GetSimpleInfo(int primaryId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | primaryId |
Returns
Type | Description |
---|---|
SimpleAppointmentInfo |
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)