net6.0 Ready to test
This commit is contained in:
@ -19,4 +19,4 @@ public class EquipmentParameter
|
||||
|
||||
public override string ToString() => base.ToString();
|
||||
public string ToStringWithDetails() => base.ToString();
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class Field
|
||||
public string Description { get; }
|
||||
public ParameterTypeDefinition TypeDefinition { get; }
|
||||
public bool CanBeNull { get; }
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public abstract class ParameterTypeDefinition
|
||||
public string Description { get; }
|
||||
|
||||
public override string ToString() => base.ToString();
|
||||
}
|
||||
}
|
@ -8,4 +8,4 @@ public class StructuredType : ParameterTypeDefinition
|
||||
public StructuredType(string name, string description, IList<Field> fields) : base(name, description) { }
|
||||
|
||||
public IList<Field> Fields { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user