Class Metabank.SectionRole
Represents metadata for Application Role
Inheritance
System.Object
Metabank.SectionRole
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 sealed class SectionRole : Metabank.SectionWithAnyAppConfig<Metabank.AppCatalog>, INamed
Properties
Applications
Enumerates all application infos declared for this role
Declaration
public IEnumerable<Metabank.SectionRole.AppInfo> Applications { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Metabank.SectionRole.AppInfo> |
AppNames
Enumerates all application names that this role has
Declaration
public IEnumerable<string> AppNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
RootNodeName
Declaration
public override string RootNodeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Validate(Metabank.ValidationContext)
Declaration
public override void Validate(Metabank.ValidationContext ctx)
Parameters
Type | Name | Description |
---|---|---|
Metabank.ValidationContext | ctx |