1. Home
  2. Docs
  3. Llamachant Framework Modules
  4. Getting Started

Getting Started

All of our modules can be downloaded through NuGet. Search for “llamachant” and our modules should appear. Once you have installed our modules, you need to include them in your application. The example below is registering the LlamachantFrameworkModule (Platform Agnostic).

Register each platform specific module by adding them as required module types in your .Module and .Module.Win/Web/Blazor modules.

				
					partial class MyXAFModule : ModuleBase
{
    private void InitializeComponent()
    {
        RequiredModuleTypes.Add(
        typeof(LlamachantFramework.Module.LlamachantFrameworkModule));
    }
}
				
			

Usage Limitations

You are welcome to download, use, modify, and distribute these modules within your application for personal or commercial applications. If you decide to use these modules, we ask the following:

  • Make sure you have a valid DevExpress Universal Subscription.
  • Do not sell/resell these modules. They are free for everyone to use and not for you to make money from on their own.
  • Consider letting us know about your projects as we love learning about XAF solutions in the wild.
  • Consider adding a link back to us on your website.
  • Consider liking and following us on Facebook
  • Contact Us if you have questions, suggestions, or improvements!

No Warranty

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED “AS IS” AND WITHOUT WARRANTIES, REPRESENTATIONS OR CONDITIONS OF ANY KIND, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES, REPRESENTATIONS AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. LLAMACHANT TECHNOLOGY LTD. DOES NOT WARRANT AND NOTHING IN THIS LICENSE IMPLIES ANY WARRANTY THAT THE OPERATION OF SOFTWARE AND/OR HARDWARE WILL BE UNINTERRUPTED OR ERROR FREE, OR THAT ANY ERRORS FOUND WILL BE CORRECTED.

Was this article helpful to you? Yes 8 No 1

How can we help?