aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Properties/AssemblyInfo.cs
blob: e0203d2bd4b4b9f312508a0f062c34f990438e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-16 07:02:50 +0000 s="w"> /// </summary> /// <param name="value">The value from the binding target to check.</param> /// <param name="cultureInfo">The culture to use in this rule.</param> /// <returns> /// A <see cref="T:System.Windows.Controls.ValidationResult" /> object. /// </returns> public override ValidationResult Validate(object value, CultureInfo cultureInfo) { return new ValidationResult(!String.IsNullOrWhiteSpace(value.ToStringSafe()), "Required"); } } }