Browse Source

Update ModuleInfo.cs

pull/2766/head
Yunus Emre Kalkan 7 years ago
parent
commit
ae1dec6fba
  1. 14
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/ModuleInfo.cs

14
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/ModuleInfo.cs

@ -7,5 +7,19 @@
public string Namespace { get; set; }
public string DocumentUrl { get; set; }
public string DisplayName { get; set; }
public string ShortDescription { get; set; }
public bool IsPro { get; set; }
public bool EfCoreSupport { get; set; }
public bool MongoDBSupport { get; set; }
public bool AngularUi { get; set; }
public bool MvcUi { get; set; }
}
}
Loading…
Cancel
Save