Class Metabank.Section<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 Section<TCatalog> : Metabank.Section, INamed where TCatalog : Metabank.Catalog
Type Parameters
Name | Description |
---|---|
TCatalog |
Constructors
Section(TCatalog, String, String, FileSystemSession)
Declaration
protected Section(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 |