string | Generate a manifest for assemblies marked with the ConduitAssemblyAttribute attribute. |
string | Generate a manifest with empty entities and actions lists. |
List< string > | Extract entities and actions from assemblies marked with the ConduitAssemblyAttribute attribute. |
| Meta.Conduit.Editor.ManifestGenerator.ManifestGenerator ( IAssemblyWalker assemblyWalker, IAssemblyMiner assemblyMiner ) |
|---|
No description available.
|
| string Meta.Conduit.Editor.ManifestGenerator.GenerateManifest ( string domain, string id ) |
|---|
Generate a manifest for assemblies marked with the ConduitAssemblyAttribute attribute. Parameters domain A friendly name to use for this app. idThe App ID. Returns A JSON representation of the manifest. |
| string Meta.Conduit.Editor.ManifestGenerator.GenerateEmptyManifest ( string domain, string id ) |
|---|
Generate a manifest with empty entities and actions lists. Parameters domain A friendly name to use for this app. idThe App ID. Returns A JSON representation of the empty manifest. |
| List<string> Meta.Conduit.Editor.ManifestGenerator.ExtractManifestData ( ) |
|---|
Extract entities and actions from assemblies marked with the ConduitAssemblyAttribute attribute. Returns Extracted Intents list |