Class Metabank.SectionWithNamedAppConfigs
Metadata section that also has application-level configuration files for any and named applications
Inheritance
System.Object
Metabank.SectionWithNamedAppConfigs
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Metabase
Assembly: Azos.Sky.dll
Syntax
public abstract class SectionWithNamedAppConfigs : Metabank.SectionWithAnyAppConfig, INamed
Constructors
SectionWithNamedAppConfigs(Metabank.Catalog, String, String, FileSystemSession)
Declaration
protected SectionWithNamedAppConfigs(Metabank.Catalog catalog, string name, string path, FileSystemSession session)
Parameters
Type | Name | Description |
---|---|---|
Metabank.Catalog | catalog | |
System.String | name | |
System.String | path | |
FileSystemSession | session |
Methods
GetAppConfig(String)
Gets an application configuration file for the particular named application or null
Declaration
public IConfigSectionNode GetAppConfig(string appName)
Parameters
Type | Name | Description |
---|---|---|
System.String | appName |
Returns
Type | Description |
---|---|
IConfigSectionNode |
Validate(Metabank.ValidationContext)
Declaration
public override void Validate(Metabank.ValidationContext ctx)
Parameters
Type | Name | Description |
---|---|---|
Metabank.ValidationContext | ctx |