Class Metabank.SectionWithAnyAppConfig<TCatalog>
Metadata section that also has application-level configuration file for any application
Inheritance
System.Object
Metabank.SectionWithAnyAppConfig<TCatalog>
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<TCatalog> : Metabank.SectionWithAnyAppConfig, INamed where TCatalog : Metabank.Catalog
Type Parameters
Name | Description |
---|---|
TCatalog |
Constructors
SectionWithAnyAppConfig(TCatalog, String, String, FileSystemSession)
Declaration
protected SectionWithAnyAppConfig(TCatalog catalog, string name, string path, FileSystemSession session)
Parameters
Type | Name | Description |
---|---|---|
TCatalog | catalog | |
System.String | name | |
System.String | path | |
FileSystemSession | session |
Properties
Catalog
Declaration
public TCatalog Catalog { get; }
Property Value
Type | Description |
---|---|
TCatalog |