ATMLModelLibrary.model.uut.HardwareUUT.ShouldSerializeWarnings C# (CSharp) Méthode

ShouldSerializeWarnings() public méthode

Test whether Warnings should be serialized
public ShouldSerializeWarnings ( ) : bool
Résultat bool
        public virtual bool ShouldSerializeWarnings()
        {
            return Warnings != null && Warnings.Count > 0;
        }