ATMLModelLibrary.model.uut.HardwareUUT.ShouldSerializeWarnings C# (CSharp) 메소드

ShouldSerializeWarnings() 공개 메소드

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