CallerCore 1.0.9

dotnet add package CallerCore --version 1.0.9
NuGet\Install-Package CallerCore -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CallerCore" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CallerCore --version 1.0.9
#r "nuget: CallerCore, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CallerCore as a Cake Addin
#addin nuget:?package=CallerCore&version=1.0.9

// Install CallerCore as a Cake Tool
#tool nuget:?package=CallerCore&version=1.0.9

CallerCore

[Guide]

Getting Started Guide

[Introduction]

This library is written in C# codebase for Xamarin. CallerCore has been designed to easy use, flexible design, but at the same time we wanted it to be easily extensible.<br /> CallerCore is based on provider design pattern and Inversion of Control Container (IoC)<br /> CallerCore allows the developers to create pluggable components<br />

To start we must register the functions. Every register is simply a contract between a Function and the Business Logic/Data Abstraction Layer. <br /> The implementation of the Function separate from the Function itself<br />

A Function itself contains no business logic; instead it simply forwards this call to the configured Class. CallerCore is the responsibility of the function to contain the implementation for that method, calling whatever Business Logic Layer (BLL) or Data Access Layer (DAL) is necessary.<br /> A Function implementation must derive from an abstract base class, which is used to define a contract for a particular feature<br /> The class that inherits from the abstract base class will do some of the work and the abstract base class will do some of the work.<br /> Every type of function listed above has his abastract that share a common base type. We have three type of functions:<br /> <br />

  1. EnterpriseFunction:<br />
  • The abstract are AbstractEnterpriseAsync (to implement your method async), AbstractEnterpriseRegular (to implement your regular method), AbstractEnterpriseFunction (virtual implementation of your method async e regular)<br />
  • callable by callFunction or callFunctionAsync. <br />
  1. MessageHandler:<br />
  • The abstract is AbstractMessageHandler<br />
  • callable by callMessageHandler or callMessageHandlerAsync (every function are automatically called using the member type of FunctionContext)<br /> <br />
  1. EnterpriseListener:<br />
  • The abstract is AbstractListener<br />
  • The messages are dispatched by its method addContextToQueue<br /> <br /> Features that make use of Function Class are:<br /> 1)type of application (string example DROID1,DROID2,IOS1). Only "default" and corresponding "type" are loaded in your program<br /> 2)name of function<br /> 3)name of class or name of class and dll separate with "," that implement the function or class type <br /> 4)for listeners we will define the LISTENER_TYPE, for messageHandler we will define the TARGET_TYPE<br /> <br />
    Every call to a classFunction has the mainClass (interface IInfoContext) and FunctionContext that permit to pass parameter from a function to another function.<br /> With FunctionContext we can pass parameters string,class T,int,object ...<br />

Every classFunction has a BaseLogger overridable by your implementation<br />

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 1,607 5/6/2019