Class MetabaseValidationMsg
Denotes a message that is generated by Metabank.Validate method
Inheritance
System.Object
MetabaseValidationMsg
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 MetabaseValidationMsg
Constructors
MetabaseValidationMsg(MetabaseValidationMessageType, Metabank.Catalog, Metabank.Section, String, Exception)
Declaration
public MetabaseValidationMsg(MetabaseValidationMessageType type, Metabank.Catalog catalog, Metabank.Section section, string message, Exception exception = null)
Parameters
Type | Name | Description |
---|---|---|
MetabaseValidationMessageType | type | |
Metabank.Catalog | catalog | |
Metabank.Section | section | |
System.String | message | |
System.Exception | exception |
Fields
Catalog
Declaration
public readonly Metabank.Catalog Catalog
Field Value
Type | Description |
---|---|
Metabank.Catalog |
Exception
Declaration
public readonly Exception Exception
Field Value
Type | Description |
---|---|
System.Exception |
Message
Declaration
public readonly string Message
Field Value
Type | Description |
---|---|
System.String |
Section
Declaration
public readonly Metabank.Section Section
Field Value
Type | Description |
---|---|
Metabank.Section |
Type
Declaration
public readonly MetabaseValidationMessageType Type
Field Value
Type | Description |
---|---|
MetabaseValidationMessageType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
ToString(Boolean)
Declaration
public string ToString(bool type)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | type |
Returns
Type | Description |
---|---|
System.String |