Class Metabank.SectionWithAnyAppConfig
Metadata section that also has application-level configuration file for any application
Inheritance
System.Object
Metabank.SectionWithAnyAppConfig
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 SectionWithAnyAppConfig : Metabank.Section, INamed
Constructors
SectionWithAnyAppConfig(Metabank.Catalog, String, String, FileSystemSession)
Declaration
protected SectionWithAnyAppConfig(Metabank.Catalog catalog, string name, string path, FileSystemSession session)
Parameters
Type | Name | Description |
---|---|---|
Metabank.Catalog | catalog | |
System.String | name | |
System.String | path | |
FileSystemSession | session |
Properties
AnyAppConfig
Any application(the one that does not specify a particular app name) config for this level or null
Declaration
public IConfigSectionNode AnyAppConfig { get; }
Property Value
Type | Description |
---|---|
IConfigSectionNode |
Methods
Validate(Metabank.ValidationContext)
Declaration
public override void Validate(Metabank.ValidationContext ctx)
Parameters
Type | Name | Description |
---|---|---|
Metabank.ValidationContext | ctx |