ATMLModelLibrary.model.uut.HardwareUUT.ShouldSerializeWarnings C# (CSharp) Method

ShouldSerializeWarnings() public method

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