ATMLModelLibrary.model.common.TestConfigurationTestEquipmentItem.ShouldSerializeInstrumentation C# (CSharp) 메소드

ShouldSerializeInstrumentation() 공개 메소드

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