The app class gives access to the App-object - for the data and things like the App:Path placeholder in a template
Пример #1
0
 public AdamAppContext(ITenant tenant, App app, SxcInstance sxcInstance, Log parentLog) : base("Adm.ApCntx", parentLog, "starting")
 {
     Tenant        = tenant;
     _app          = app;
     AppRuntime    = new AppRuntime(app, null);
     SxcInstance   = sxcInstance;
     EnvironmentFs = Factory.Resolve <IEnvironmentFileSystem>();
 }