Class Validator
Inheritance
System.Object
Validator
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: Mars.Core.Model.Implementation
Assembly: Mars.Core.dll
Syntax
public static class Validator
Methods
| Improve this Doc View SourceValidate(ModelDescription, SimulationConfig)
Declaration
public static List<ValidationResult> Validate(ModelDescription description, SimulationConfig config)
Parameters
| Type | Name | Description |
|---|---|---|
| ModelDescription | description | |
| SimulationConfig | config |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<ValidationResult> |