Class Metabank.ValidationContext
Kepos information during validation scan
Inheritance
System.Object
Metabank.ValidationContext
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)
System.Object.ToString()
Namespace: Azos.Sky.Metabase
Assembly: Azos.Sky.dll
Syntax
public class ValidationContext
Constructors
ValidationContext(IList<MetabaseValidationMsg>)
Declaration
public ValidationContext(IList<MetabaseValidationMsg> output)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<MetabaseValidationMsg> | output |
Fields
Output
The output target (i.e. EventedList)
Declaration
public readonly IList<MetabaseValidationMsg> Output
Field Value
Type | Description |
---|---|
System.Collections.Generic.IList<MetabaseValidationMsg> |
State
Dictionary of variables that may be needed to retain state during validation
Declaration
public readonly Dictionary<string, object> State
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Methods
StateAs<T>(String)
Declaration
public T StateAs<T>(string key)
where T : class
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |