ATMLModelLibrary.model.common.TestConfiguration.ShouldSerializeTestEquipment C# (CSharp) 메소드

ShouldSerializeTestEquipment() 공개 메소드

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